Releases: JuliaConcurrent/MultiThreadedCaches.jl
Releases · JuliaConcurrent/MultiThreadedCaches.jl
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)