Skip to content

Commit

Permalink
Add LFUDACache.jl to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Feb 27, 2024
1 parent bc3fd23 commit d4123d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ that data access does not lead to race conditions.
A particular use case of this package is to implement function memoization for functions
that can simultaneously be called from different threads.

See [LFUDACache.jl](https://github.com/OpenSesame/LFUDACache.jl) for a similar implementation of Least Frequently Used (LFU) caches.

## Installation
Install with the package manager via `]add LRUCache` or
```julia
Expand Down

0 comments on commit d4123d7

Please sign in to comment.