Skip to content

Releases: JuliaCollections/LRUCache.jl

v1.6.1

25 Jan 12:55
bc3fd23
Compare
Choose a tag to compare

LRUCache v1.6.1

Diff since v1.6.0

Merged pull requests:

  • Add support for serialization of large caches (#46) (@jarbus)

Closed issues:

  • Serializing Large LRUs hangs/StackOverflows (#45)

v1.6.0

09 Dec 21:40
3125353
Compare
Choose a tag to compare

LRUCache v1.6.0

Diff since v1.5.0

New feature: cache_info(lru) provides some statistics about the cache.

Merged pull requests:

Closed issues:

  • interaction with Memoize (#18)
  • empty!(lru) when using finalizer sets maxsize to 0 (#26)
  • CacheInfo reporting (#28)

v1.5.0

16 Sep 21:36
ffc929f
Compare
Choose a tag to compare

LRUCache v1.5.0

Diff since v1.3.0

Merged pull requests:

Closed issues:

  • Reduce allocation of error (#27)
  • Exceptions in get! may cause lock to not be released (#31)
  • Skip cache if value too big (#37)

v1.3.0

04 Jun 12:49
c55095c
Compare
Choose a tag to compare

LRUCache v1.3.0

Diff since v1.2.0

Closed issues:

  • Wrong choice of Lock (#20)

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#22) (@timholy)
  • Implement eviction callback. (#23) (@GunnarFarneback)
  • modify and rename part of the eviction / finalizer implementation (#25) (@Jutho)

v1.2.0

17 Nov 13:11
8f504b8
Compare
Choose a tag to compare

LRUCache v1.2.0

Diff since v1.1.0

Merged pull requests:

  • Add default (non-parameterized) constructor (#17) (@kmsquire)
  • Do not retain lock during default() call in get(!) (#19) (@Jutho)

v1.1.0

26 Feb 08:06
6cff52b
Compare
Choose a tag to compare

LRUCache v1.1.0

Diff since v1.0.3

Merged pull requests:

v1.0.3

14 Nov 23:48
v1.0.3
1c98533
Compare
Choose a tag to compare

v1.0.3 (2019-11-14)

Diff since v1.0.2

Merged pull requests:

  • switch to lock() do syntax (#15) (Jutho)

v1.0.2

12 Aug 13:45
v1.0.2
Compare
Choose a tag to compare

v1.0.1

01 Aug 13:50
v1.0.1
Compare
Choose a tag to compare

v1.0.1 (2019-08-01)

Diff since v1.0.0

Closed issues:

  • thread safety (#12)

v1.0.0

19 Jul 23:28
v1.0.0
8e64ae1
Compare
Choose a tag to compare

v1.0.0 (2019-07-18)

Diff since v0.3.0

Merged pull requests:

  • threadsafe implementation (WIP) (#14) (Jutho)