Releases: JuliaConcurrent/MultiThreadedCaches.jl
Releases · JuliaConcurrent/MultiThreadedCaches.jl
v0.1.5
MultiThreadedCaches v0.1.5
Merged pull requests:
- Don't use a symbol for the never-cached value (#18) (@kuszmaul)
- Update CI to actions/cache@v4 (#19) (@nickrobinson251)
v0.1.4
v0.1.2
MultiThreadedCaches v0.1.2
Merged pull requests:
v0.1.1
MultiThreadedCaches v0.1.1
Merged pull requests:
v0.1.0
MultiThreadedCaches v0.1.0
Merged pull requests:
- Implement MultiThreadedCache.jl (#1) (@NHDaly)
- Add constructor that provides pre-computed values to the base_cache (#2) (@NHDaly)
- Gracefully handle exceptions thrown during
get!()functions (#3) (@NHDaly) - Add benchmark test measuring parallel scaling. (#4) (@NHDaly)
- Fix lazy construction of Dicts, per guidance from Julia Base (#5) (@NHDaly)
- Concurrency safety fixes (#6) (@NHDaly)
- Fix data races in lazy construction and show() (#7) (@NHDaly)