issues
search
jaemk
/
cached
Rust cache structures and easy function memoization
MIT License
1.58k
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
adaptive replacement cache
#32
dvc94ch
opened
4 years ago
0
wasm-bindgen & stdweb feature flags
#31
germangb
closed
4 years ago
0
Is there a way to use cached with an async / await?
#30
bdbmammoth
closed
4 years ago
0
Change the type of hits and misses to be u64
#29
bowenwang1996
closed
4 years ago
4
feat(cache_get_mut): Allow mutable access to values in cache.
#28
mfornet
closed
4 years ago
3
Add `value_order`
#27
mfornet
closed
5 years ago
1
update once_cell to 1.x
#26
paolobarbolini
closed
5 years ago
1
I want to release the memory. again
#25
yagince
closed
5 years ago
5
Free memory when clear
#24
yagince
closed
5 years ago
1
Simple linked list for SizedCache
#23
mikhailOK
closed
5 years ago
1
SizedCache cache_get is O(n)
#22
mikhailOK
closed
5 years ago
2
Examples: cache invalidation
#21
flavius
opened
5 years ago
4
Add ability to store cache to disk
#20
cjbassi
opened
5 years ago
34
Update docs bump version
#19
jaemk
closed
6 years ago
0
Switch to once_cell
#18
Rahix
closed
6 years ago
1
version bump 0.7.0
#17
jaemk
closed
6 years ago
0
macro: Not working inside impl blocks
#16
behnam
opened
6 years ago
20
macro: `pub fn` is not supported
#15
behnam
closed
4 years ago
5
Adding clear and remove methods to trait and stores
#14
linclelinkpart5
closed
6 years ago
0
Proc macro based version
#13
harryfei
closed
4 years ago
5
Update docs
#12
jaemk
closed
6 years ago
0
Please note whether memoization/caching to disk is supported
#11
drewm1980
closed
6 years ago
1
Ability to clear/defeat cache stores
#10
linclelinkpart5
closed
6 years ago
7
prevent duplicate key eviction in SizedCache::cache_set
#9
jaemk
closed
6 years ago
0
defensively not assume store capacity and expect() instead of unwrap()
#8
lolgesten
closed
6 years ago
0
Option::unwrap() on a None value in cache_set
#7
lolgesten
closed
6 years ago
6
Cache impl functions
#6
rivertam
closed
6 years ago
2
Published version 0.5.0 is actually missing `cached_control`
#5
yongqli
closed
6 years ago
2
Add information about behavior under concurrency
#4
FranklinChen
closed
6 years ago
0
Add cached_key_result macro for caching success
#3
djmcgill
closed
6 years ago
7
Don't require trait to be imported
#2
Manishearth
closed
7 years ago
1
add an lru-time cache
#1
jaemk
closed
3 years ago
1
Previous