Issues
- 1
Clone is only implemented for the default hasher
#198 opened by Fuuzetsu - 9
- 1
Full check leak report reachable bytes
#135 opened by NicolasHanus - 1
Am I able to cache egui?
#125 opened by Raj2032 - 5
Implement Clone on LruCache
#190 opened by stormshield-frb - 12
Proposal to Integrate SIEVE Eviction Algorithm
#189 opened by yazhuo - 0
Add `get_key_value` method
#185 opened by Rulexec - 1
Missing lifetime specifier in try_get_or_insert_mut?
#182 opened by felipou - 0
Debug not defined for custom BuildHasher
#180 opened by anthok - 3
Cache size 0 / Disable Cache
#165 opened by PSeitz - 5
Cache key may not work
#167 opened by mokeyish - 4
Limit by memory instead of number of items
#163 opened by felipou - 0
Support const new
#157 opened by dtzxporter - 2
Use generic key-val store
#87 opened by gauteh - 1
Consider replacing HashMap with HashSet
#119 opened by matklad - 2
Could we have a new version with the updated `hashbrown` (and maybe others) dependency ?
#147 opened by poliorcetics - 2
Allow more liberal closure for `get_or_insert`
#142 opened by bluescreen303 - 1
Failed to build with feature "nightly"
#140 opened by TennyZhuang - 0
Method that removes an entry corresponding to the key and returns both the key and the value
#136 opened by asyncth - 2
Lifetime fix is missing from the changelog for 0.7.4
#132 opened by koute - 2
Use after free bug in lru crate
#120 opened by oherrala - 1
RwLock read() usage
#118 opened by andreacastello - 2
- 5
Using `&str` to fetch a value with a `String` key
#85 opened by pimeys - 2
- 1
Weird issue where get blocks when using an Arc<Mutex>>
#110 opened by volfco - 4
Another LRU crate
#93 opened by marmeladema - 1
- 7
Optimizing for concurrency
#21 opened by rohitjoshi - 11
Max memory limit to protect from out of memory
#32 opened by rohitjoshi - 0
Failed to compile with latest nightly
#96 opened by rohitjoshi - 3
Exporting keys
#37 opened by rohitjoshi - 7
Reduce boxing
#72 opened by Ralith - 7
Unsound construction of uninitialized values
#70 opened by Ralith - 9
Possible issue found with Miri
#73 opened by Firstyear - 3
- 3
Regression in 0.4.4
#78 opened by feuerste - 0
remove usage of `mem::uninitialized`
#61 opened by laizy - 3
Add peek_mut method
#53 opened by gliderkite - 1
0.1.18 should be yanked
#52 opened by koute - 4
- 1
Refactor `get` and `get_mut` method
#48 opened by hhwyt - 5
- 1
Can get() take an AsRef/Borrow?
#26 opened by FauxFaux - 1
lazy_static
#39 opened by NN-Binary - 1
retain
#31 opened by bowenwang1996 - 2
LRU Size growth
#24 opened by rohitjoshi - 2
- 4
Support for getting all the keys
#19 opened by rohitjoshi - 6
peek_lru method for custom eviction policies
#14 opened by g2p