Memoization.jl Versions Save

Easily and efficiently memoize any function, closure, or callable object in Julia.

v0.1.6

3 years ago

Memoization v0.1.6

Diff since v0.1.5

Closed issues:

  • World age error (#10)
  • World-Age issues with --compiled-modules=no (#11)

Merged pull requests:

  • Link to LRUCache.jl (#8) (@cstjean)
  • Rework memoization internals and remove world-age issues (#12) (@marius311)

v0.1.5

3 years ago

Memoization v0.1.5

Diff since v0.1.4

Closed issues:

  • ignore missing in nested structures (#6)

v0.1.4

4 years ago

Memoization v0.1.4

Diff since v0.1.3

Changes:

  • Fix erroneously clearing the cache for closures every time the function is run.
  • Allow unnamed positional arguments, e.g. @memoize foo(::Type{T}) where {T} = ...

v0.1.3

4 years ago

Memoization v0.1.3

Diff since v0.1.2

Closed issues:

  • Allow to memoize a callable object (#1)

Merged pull requests:

  • Install TagBot as a GitHub Action (#2) (@JuliaTagBot)

v0.1.2

4 years ago

v0.1.2 (2020-01-20)

Diff since v0.1.1

v0.1.1

4 years ago

v0.1.1 (2019-11-27)

Diff since v0.1.0