You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Diff since v0.1.2](v0.1.2...v0.1.4)
**Merged pull requests:**
- Fix per-thread cache+lock sizes (#12) (@kpamnany)
- Specify that the first argument to `get!(func, ::MultiThreadedCache, key)` is `Base.Callable`. (#17) (@kuszmaul)
**Closed issues:**
- Register this package. (#8)
## 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)