Skip to content

Releases: Algorithms-Lab/LFU

v3.0.0

10 Jan 20:30
fd9d762
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

Potent implementation of LFU algorithm based on counters with support of counter by every keys up to once quadrillion hits.
This implementation is developed to IPACR (Interaction Protocol of Algorithms Cache Replacement) conformance.

v2.3.1

05 Jan 23:12
f4f8ef5
Compare
Choose a tag to compare
v2.3.1 Pre-release
Pre-release

Potent implementation of LFU algorithm based on processes-counters with support of counter by every keys up to once quadrillion hits.
This implementation is developed to IPACR (Interaction Protocol of Algorithms Cache Replacement) conformance.

v2.3.0

30 Dec 00:06
5607dfc
Compare
Choose a tag to compare
v2.3.0 Pre-release
Pre-release

Potent implementation of LFU algorithm based on processes-counters with support of counter by every keys up to once quadrillion hits.
This implementation is developed to IPACR (Interaction Protocol of Algorithms Cache Replacement) conformance.