issues
search
contain-rs
/
lru-cache
A cache that holds a limited number of key-value pairs
https://contain-rs.github.io/lru-cache/lru_cache/
Apache License 2.0
82
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
deps: constrain linked-hash-map to >=0.5.3
#51
jmagnuson
closed
2 years ago
0
Please consider fixing the linked-hash-map minimal version to at least 0.5.3
#50
paullgdc
closed
2 years ago
0
chore: Exclude unneeded files
#49
ignatenkobrain
closed
5 years ago
4
make contains_key() read-only
#48
nlevitt
closed
5 years ago
6
Add entry API.
#47
kevincox
opened
6 years ago
1
Update the return types of functions
#46
Kerollmops
opened
6 years ago
1
Update to linked-hash-map 0.5 and heapsize 0.4
#45
debris
closed
5 years ago
6
Implement HeapSizeOf for LruCache
#44
sfackler
closed
7 years ago
1
Support Serde serializing and deserializing
#43
burmecia
opened
7 years ago
0
Bump linked-hash-map version
#42
sfackler
closed
7 years ago
1
Some changes to work better without mutability
#41
luser
closed
7 years ago
7
Allow arbitrary measures for cache size limit. Fixes #38.
#40
luser
closed
7 years ago
11
dependency update: linked-hash-map 0.3.0 available
#39
xpe
closed
7 years ago
0
Limit the cache based on arbitrary measures
#38
rphmeier
opened
8 years ago
4
immutable get()
#37
bbigras
closed
6 years ago
9
Is it possible to do a immutable borrow?
#36
bbigras
opened
8 years ago
3
Version on crates.io 8 months old
#35
rphmeier
closed
8 years ago
3
Support expired with time limit.
#34
loggerhead
opened
8 years ago
1
Capacity based on entries size
#33
dippi
opened
8 years ago
1
Update the linked-hash-map dependency to use the new 0.2.1 version
#32
jstnlef
closed
8 years ago
2
Update
#31
apasel422
closed
8 years ago
1
Implement `at_max_capacity`
#30
jstnlef
closed
7 years ago
5
Make remove_lru public as well as add the documentation and examples
#29
jstnlef
closed
8 years ago
1
Rename with_hash_state to with_hasher
#28
jstnlef
closed
8 years ago
1
Update linked-hash-map to the new 0.1.0 version
#27
jstnlef
closed
8 years ago
2
Support for random-lru eviction policy
#26
yacoder
opened
8 years ago
0
failed to unpack package `lru-cache v0.0.6`
#25
sjmackenzie
closed
8 years ago
1
Implement `drain`
#24
apasel422
opened
8 years ago
0
Rename `with_hash_state` method
#23
apasel422
closed
8 years ago
1
Replace deprecated `HashState` with `BuildHasher`.
#22
zonyitoo
closed
8 years ago
4
Use linked-hash-map on Github repo
#21
zonyitoo
closed
8 years ago
2
Stop using a wildcard for `linked-hash-map` dependency
#20
apasel422
closed
8 years ago
0
Adds convenience method for seamless caching by providing access with…
#19
regexident
closed
8 years ago
5
Make `remove_lru()` public?
#18
jedisct1
closed
8 years ago
2
contains_key
#17
xrl
closed
9 years ago
12
Assorted updates
#16
apasel422
closed
9 years ago
5
Build with nightly and slightly update APIs
#15
zonyitoo
closed
9 years ago
4
remove redundant `extern crate` declarations
#14
apasel422
closed
9 years ago
1
remove quotes from `extern crate`
#13
apasel422
closed
9 years ago
4
use FlashCat for doc pushes
#12
apasel422
closed
9 years ago
1
Implement consuming iterator
#11
apasel422
closed
8 years ago
0
Fully implement `Clone`
#10
apasel422
closed
8 years ago
0
Construct the underlying map `with_capacity`
#9
apasel422
opened
9 years ago
5
Assorted cleanup
#8
apasel422
closed
9 years ago
7
Remove redundant `{Send, Sync}` impls
#7
apasel422
closed
9 years ago
0
Implement `Clone`
#6
apasel422
closed
9 years ago
0
Parameterize over `HashState`
#5
apasel422
closed
9 years ago
0
Add iterators
#4
apasel422
closed
9 years ago
0
Remove stability attributes
#3
apasel422
closed
9 years ago
0
fix doctests
#2
apasel422
closed
9 years ago
1
Next