issues
search
jeromefroe
/
lru-rs
An implementation of a LRU cache
https://docs.rs/lru/
MIT License
644
stars
106
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Prepare 0.12.5 release
#203
jeromefroe
closed
1 month ago
0
Update hashbrown to 0.15
#202
torokati44
closed
1 month ago
2
Prepare 0.12.4 release
#201
jeromefroe
closed
3 months ago
0
Remove core::usize
#200
jeromefroe
closed
3 months ago
0
Create a version of get_or_insert that doesn't move the key
#199
lufte
closed
3 months ago
8
Clone is only implemented for the default hasher
#198
Fuuzetsu
opened
6 months ago
1
Prepare 0.12.3 release
#197
jeromefroe
closed
9 months ago
0
Remove needless lifetimes (clippy warnings)
#196
gcsbt
closed
9 months ago
1
Add get_key_value_mut
#195
gcsbt
closed
9 months ago
2
Prepare 0.12.2 release
#194
jeromefroe
closed
10 months ago
0
Ignore unconditional recursion lints
#193
jeromefroe
closed
10 months ago
0
chore: fix build status badge in README
#192
suyanhanx
closed
10 months ago
1
feat: implement Clone for LruCache
#191
stormshield-frb
closed
10 months ago
1
Implement Clone on LruCache
#190
stormshield-frb
closed
10 months ago
5
Proposal to Integrate SIEVE Eviction Algorithm
#189
yazhuo
opened
11 months ago
12
Prepare 0.12.1 release
#188
jeromefroe
closed
1 year ago
0
Add test for get_key_value
#187
jeromefroe
closed
1 year ago
0
Add get_key_value method #185
#186
Rulexec
closed
1 year ago
1
Add `get_key_value` method
#185
Rulexec
closed
1 year ago
0
Prepare 0.12.0 release
#184
jeromefroe
closed
1 year ago
0
Add lifetime specifier to try_get_or_insert_mut
#183
jeromefroe
closed
1 year ago
0
Missing lifetime specifier in try_get_or_insert_mut?
#182
felipou
closed
1 year ago
1
fix: adding BuildHasher trait bound to Debug for LruCache
#181
anthok
closed
1 year ago
1
Debug not defined for custom BuildHasher
#180
anthok
closed
1 year ago
0
Prepare 0.11.1 release
#179
jeromefroe
closed
1 year ago
0
Add try_get_or_insert_mut
#178
Earthcomputer
closed
1 year ago
1
adds value-wrapper for borrowed or owned return values
#177
behzadnouri
opened
1 year ago
1
reverts use of NonZeroUsize for LRU capacity instead of usize
#176
behzadnouri
opened
1 year ago
1
Prepare 0.11.0 release
#175
jeromefroe
closed
1 year ago
0
Bump `hashbrown` to 0.14
#174
sholderbach
closed
1 year ago
0
Prepare 0.10.1 release
#173
jeromefroe
closed
1 year ago
0
Fix formatting
#172
jeromefroe
closed
1 year ago
0
Add try_get_or_insert() method
#171
redforks
closed
1 year ago
5
wrong pull request by mistake
#170
st1page
closed
1 year ago
0
Generic Improvements
#169
jonhartnett
opened
1 year ago
1
Prepare 0.10.0 release
#168
jeromefroe
closed
1 year ago
0
Cache key may not work
#167
mokeyish
closed
1 year ago
5
Remove KeyRef from the public api
#166
jonhartnett
closed
1 year ago
3
Cache size 0 / Disable Cache
#165
PSeitz
opened
1 year ago
3
Prepare 0.9.0 release
#164
jeromefroe
closed
1 year ago
0
Limit by memory instead of number of items
#163
felipou
opened
1 year ago
4
Upgrade to hashbrown v0.13
#162
benesch
closed
1 year ago
7
Change LruCache.map to hold a pointer, rather than owned `LruEntry`.
#161
emilHof
closed
1 year ago
6
Allow arbitrary "costs" per value inserted
#160
donald-pinckney
opened
1 year ago
5
adds LRU cache with lazy eviction
#159
behzadnouri
opened
2 years ago
1
feat: estimate size
#158
yuhao-su
closed
2 years ago
0
Support const new
#157
dtzxporter
opened
2 years ago
0
Prepare 0.8.1 release
#156
jeromefroe
closed
2 years ago
0
Add categories to Cargo.toml
#155
rtzoeller
closed
2 years ago
1
Prepare 0.8.0 release
#154
jeromefroe
closed
2 years ago
0
Next