1 unstable release

0.1.0 Jul 6, 2021

#283 in Caching

MIT license

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

~66KB