JuliaData / MemPool.jl

High-performance parallel and distributed datastore for Julia
Other
23 stars 14 forks source link

Add disk cache config struct & function to set up disk cache after launch easily #65

Closed krynju closed 1 year ago

krynju commented 1 year ago

Changelog:

  1. adds DiskCacheConfig struct to store/parse/validate disk cache config
  2. adds setup_global_device! to consume the DiskCacheConfig
  3. moved some code around to make it functional
jpsamaroo commented 1 year ago

Thanks @krynju !