1 unstable release
0.1.0 | Jul 6, 2021 |
---|
#302 in Caching
14KB
351 lines
LRU map
A Least_recently_used cache map written in rust, providing O(1) get and O(1) put. Heavily inspired by this post and some code is adapted from uluru.
Dependencies
~69KB