Skip to content

Releases: JuliaConcurrent/MultiThreadedCaches.jl

v0.1.2

03 Oct 20:02
726541a
Compare
Choose a tag to compare

MultiThreadedCaches v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Remove Base.Callable type restriction on func argument (#11) (@NHDaly)

v0.1.1

07 Sep 18:15
c04123a
Compare
Choose a tag to compare

MultiThreadedCaches v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Perf optimization: Eliminate allocations from cache-hit case. (#10) (@NHDaly)

v0.1.0

21 Feb 03:16
Compare
Choose a tag to compare

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)