schnellru
schnellru copied to clipboard
A fast and flexible LRU map.
If the value of LruMap is String, its memory_usage statistics are not very accurate, and it seems that the size of the heap memory allocated by String is not included....
LruMap currently implements get() which returns a mutable reference and no way I can see to get a non-mutable reference. I'm trying to use it with RwLock which doesn't work...
- `hashbrown` was updated to `0.14.5`, can't upgrade to latest because they deprecated `raw` API... not cool. - https://github.com/rust-lang/hashbrown/issues/545 - https://github.com/rust-lang/hashbrown/pull/546 - replaced `honggfuzz` by `libfuzzer-sys` - Set MSRV to...