issues
search
jeromefroe
/
lru-rs
An implementation of a LRU cache
https://docs.rs/lru/
MIT License
648
stars
106
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix soundness bug
#153
matklad
closed
2 years ago
1
Add API to explicitly control LRUness of keys
#152
matklad
closed
2 years ago
3
Add get_mut_or_insert
#151
Yosi-Hezi
closed
2 years ago
5
replace usize with NonZeroUsize for LRU's capacity
#150
Yosi-Hezi
closed
2 years ago
1
Fix CI config
#149
jeromefroe
closed
2 years ago
0
Prepare 0.7.8 release
#148
jeromefroe
closed
2 years ago
0
Could we have a new version with the updated `hashbrown` (and maybe others) dependency ?
#147
poliorcetics
closed
2 years ago
2
Replace Travis CI with GitHub Actions
#146
vorot93
closed
2 years ago
1
Bump hashbrown to 0.12
#145
vorot93
closed
2 years ago
1
Prepare 0.7.7 release
#144
jeromefroe
closed
2 years ago
0
Use FnOnce instead of Fn
#143
jeromefroe
closed
2 years ago
0
Allow more liberal closure for `get_or_insert`
#142
bluescreen303
closed
2 years ago
2
Fix type constraint for get_or_insert
#141
jeromefroe
closed
2 years ago
0
Failed to build with feature "nightly"
#140
TennyZhuang
closed
2 years ago
1
Prepare 0.7.6 release
#139
jeromefroe
closed
2 years ago
0
Adjust unsafe blocks for the Drop impl
#138
peamaeq
closed
2 years ago
3
Add LruCache::pop_entry method
#137
asyncth
closed
2 years ago
1
Method that removes an entry corresponding to the key and returns both the key and the value
#136
asyncth
closed
2 years ago
0
Full check leak report reachable bytes
#135
NicolasHanus
opened
2 years ago
1
Prepare 0.7.5 release
#134
jeromefroe
closed
2 years ago
0
Update CHANGELOG for 0.7.4 release
#133
jeromefroe
closed
2 years ago
0
Lifetime fix is missing from the changelog for 0.7.4
#132
koute
closed
2 years ago
2
Prepare 0.7.4 release
#131
jeromefroe
closed
2 years ago
0
Add new insertion function that allows handling of all removed entries from the cache
#130
Codadillo
closed
2 years ago
0
Implement into_iter()
#129
smessmer
closed
2 years ago
0
Fix lifetime bug
#128
smessmer
closed
2 years ago
1
Prepare 0.7.3 release
#127
jeromefroe
closed
2 years ago
0
Add a get_or_insert method
#126
davegarred
closed
2 years ago
0
Am I able to cache egui?
#125
Raj2032
opened
2 years ago
1
Prepare 0.7.2 release
#124
jeromefroe
closed
2 years ago
0
Explicitly implement Borrow for Box for non-nightly
#123
monoid
closed
2 years ago
1
Prepare 0.7.1 release
#122
jeromefroe
closed
2 years ago
0
Fix lifetimes of iterators
#121
jeromefroe
closed
2 years ago
0
Use after free bug in lru crate
#120
oherrala
closed
2 years ago
2
Consider replacing HashMap with HashSet
#119
matklad
opened
2 years ago
1
RwLock read() usage
#118
andreacastello
closed
3 years ago
1
Implement Borrow<str> for KeyRef<std::string::String>?
#117
pourplusquoi
closed
3 years ago
2
Prepare 0.7.0 release
#116
jeromefroe
closed
3 years ago
0
Explicitly implement Borrow for String & Vec for non-nightly
#115
Dr-Emann
closed
3 years ago
1
0.6.6 update breaks on linux-like systems with custom libc implementations
#114
reuvenpo
closed
3 years ago
2
Prepare 0.6.6 release
#113
jeromefroe
closed
3 years ago
0
Update hashbrown to 0.11.2
#112
PsiACE
closed
3 years ago
0
Fix badge links in readme
#111
kpp
closed
3 years ago
1
Weird issue where get blocks when using an Arc<Mutex>>
#110
volfco
opened
3 years ago
1
Fix release dates in CHANGELOG.md
#109
yutannihilation
closed
3 years ago
1
Prepare 0.6.5 release
#108
jeromefroe
closed
3 years ago
0
Added unbounded_with_hasher constructor for LruCache
#107
zesterer
closed
3 years ago
1
Prep 0.6.4 release
#106
jeromefroe
closed
3 years ago
0
send/sync bounds should apply to all conforming hashers, not just default one
#105
teh-cmc
closed
3 years ago
1
Fix memory leak when using pop
#104
rafalmiel
closed
3 years ago
1
Previous
Next