issues
search
bluele
/
gcache
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
MIT License
2.6k
stars
271
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix error name in example
#94
tomplus
opened
8 months ago
0
Project Status
#93
gaby
opened
1 year ago
0
Remove redundant key from arcItem to save memory
#92
yonderblue
opened
1 year ago
0
feat: GetOrSetFunc
#91
KafuuEriri
opened
1 year ago
0
I make a generic version
#90
szyhf
opened
2 years ago
0
fix typo
#89
cuishuang
opened
2 years ago
0
i think it need a optimize
#88
canispeakchinese
opened
2 years ago
1
add shard map for arc
#87
reallovelei
opened
2 years ago
0
Allow the caller to lock access
#86
yonderblue
opened
2 years ago
1
Allow to change cache size
#85
seblaz
opened
2 years ago
0
Is it necessary to dispose the cache instance when it's useless?
#84
speedfirst
opened
2 years ago
0
panic happens in v0.0.2
#83
zhou-xingxing
closed
2 years ago
4
correct code for line 75
#82
pawandatacultr
closed
3 years ago
0
Will thow an error at line 75 since "err" not initialised before
#81
pawandatacultr
closed
2 years ago
1
Can getValue use RLock?
#80
Cyufei87
opened
3 years ago
2
Add dynamic size to ARC
#79
yonderblue
opened
3 years ago
0
Fix typos, add doc
#78
sebastien-rosset
closed
3 years ago
0
expire check interval
#77
Icemap
opened
3 years ago
2
问下啊,初始化的size参数单位是缓存个数还是容量啊
#76
ayamzh
closed
1 year ago
4
lfu: remove an empty `freqEntry` in `freqList`
#75
bluele
closed
3 years ago
0
Add github action integration
#74
bluele
closed
3 years ago
0
Use github action instead of wercker
#73
bluele
closed
3 years ago
0
initial increment support
#72
sergerdn
opened
3 years ago
0
Memory Leak in LFU Cache Implementation
#71
RyanDevlin
closed
3 years ago
4
Add asyncLoad for SimpleCache
#70
dysuby
closed
4 years ago
1
support go mod
#69
maemual
closed
3 years ago
2
how to share between multiple processes?
#68
juneng603
closed
3 years ago
2
Do you support go mod?
#67
tomener
closed
3 years ago
1
Batch operations are very common. Do you consider supporting batch read and batch load interfaces?
#66
826409960
opened
4 years ago
0
Context support
#65
comfortablynull
opened
4 years ago
2
increment method in lfu.go cause memory leak
#64
Neoysx
closed
3 years ago
1
Please, evict expired objects preferentially
#63
lhnoah
opened
4 years ago
0
Size unit
#62
dollarkillerx
closed
3 years ago
2
gcache with context
#61
dragonsinth
opened
5 years ago
7
Add option that check expired items to Len, Keys, and GetALL functions
#60
bluele
closed
5 years ago
0
Fix function comments based on best practices from Effective Go
#59
CodeLingoTeam
closed
5 years ago
0
Fix arc (has expiration) to check limit size
#58
bluele
closed
5 years ago
0
any idea to support window based lfu ?
#57
lijasonvip
opened
5 years ago
0
fix bug:length of evictList maybe bigger more than c.size
#56
sbraveyoung
closed
5 years ago
1
Support context?
#55
dragonsinth
opened
6 years ago
1
Improve the efficiency of Keys(), GetALL(), and Len().
#54
sean-
closed
5 years ago
5
example have some wrong
#53
liangyuanpeng
closed
3 years ago
1
ARC cache does not work as expected (when used with expiry)
#52
deepakprabhakara
closed
5 years ago
6
examples causing redefine main function error with `go get`
#51
lightsing
closed
3 years ago
3
Update Len() so it just looks at the length of the items
#50
pcman312
closed
5 years ago
2
Add: add method GetTTL for cache interface
#49
zhangcunli
closed
6 years ago
1
Can't get the TTL of a key?
#48
zhangcunli
opened
6 years ago
0
allow to store value in file and not memory
#47
vtolstov
opened
6 years ago
1
Can U add a feature for limit max cache count ?
#46
rfyiamcool
closed
6 years ago
1
Access to stats?
#45
ianrose14
opened
6 years ago
4
Next