Releases: JuliaData/MemPool.jl
Releases · JuliaData/MemPool.jl
v0.4.12
v0.4.11
MemPool v0.4.11
Merged pull requests:
- Add support for using MemPool with DistributedNext.jl (#91) (@JamesWrigley)
v0.4.10
v0.4.9
MemPool v0.4.9
Merged pull requests:
- Add disk cache config struct & function to set up disk cache after launch easily (#65) (@krynju)
- Precompile atexit code for exit latency (#66) (@jpsamaroo)
- storage: Add root and leaf tags (#67) (@jpsamaroo)
- SRA: Cache memory/device sizes (#68) (@jpsamaroo)
- exit_hook: Ignore CPURAMDevice (#69) (@jpsamaroo)
- storage: Only query OS memory periodically (#72) (@jpsamaroo)
- sra_migrate!: Fix improper deleteat-in-loop (#73) (@jpsamaroo)
- SimpleRecencyAllocator: Decr ctrs in delete_from_device (#74) (@jpsamaroo)
- poolset: Call GC when free mem is low (#75) (@jpsamaroo)
- poolset: Add optional destructor function (#76) (@jpsamaroo)
- datastore: Amortize RefCounters allocation (#79) (@jpsamaroo)
- Add DRef migration support (#80) (@jpsamaroo)
- Remove deepcopy invalidations (#82) (@jpsamaroo)
- Add a type assertion to remove some invalidations (#83) (@JamesWrigley)
- Vendor ReadWriteLock from ConcurrentUtils (#85) (@jpsamaroo)
- Memory reservation optimizations (#86) (@jpsamaroo)
- fix typos (#87) (@spaette)
- Optimizations to
approx_size
andensure_memory_reserved
(#88) (@jpsamaroo)
Closed issues:
- JuliaDB setcol yields MomPool errors (#16)
- Julia 1.0.3 crashes loading saved JuliaDB table with mempool error (#26)
- README still mentions LRU functionality, which is disabled (#30)
- Management of files (#36)
- 0.3.1 error on loading a saved JuliaDB table (#38)
- movetodisk only moves the data once (#39)
- Removing non-default directory during
exit_hook
(#78) - 0.4.7 can't be installed on windows (#84)
v0.4.2
MemPool v0.4.2
Merged pull requests:
- init: Force evict quietly and with config delay (#62) (@jpsamaroo)
v0.4.1
MemPool v0.4.1
Merged pull requests:
v0.4.0
v0.3.9
MemPool v0.3.9
Closed issues:
- MemPool >= 0.3.7 causes errors on Julia < 1.4 (#57)
Merged pull requests:
- LB Julia to 1.4, and bump to 0.3.9 (#58) (@jpsamaroo)
v0.3.8
MemPool v0.3.8
Merged pull requests:
v0.3.7
MemPool v0.3.7
Merged pull requests: