1 unstable release
0.1.0 | Mar 4, 2021 |
---|
#321 in #hash-map
20KB
325 lines
A HashMap-like container which keeps track of node timestamps and can decay nodes by a timeout or a configured maximum number of nodes.
There are two classes of methods to enforce constraints:
- Immediate removal
- "Split" (the "removed" nodes are returned to the caller).