florian1345 / lru-mem

An LRU cache implementation bounded by memory.
Other
3 stars 1 forks source link

Send + Sync impl, Optimization, Doc typo #7

Closed florian1345 closed 2 years ago

florian1345 commented 2 years ago

Implemented the Send and Sync trait on LruCache. Restructured benchmarks and added a minor optimization. Fixed two typos in the documentation.