lfudacaching
Pure, immutable cache with three eviction policies: . * LFUDA — Least Frequently Used with Dynamic Aging . * GDSF — Greedy Dual-Size Frequency . * LFU — Least Frequently Used . All operations are O(log n) in the number of cached entries, backed by a hash-priority search queue.
Ecosystem
hackage.haskell.org
hackage.haskell.org
Latest Release
7 days ago
0.1.0.1
7 days ago
Versions
2
2
Downloads
0 total
0 total
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |