issues
search
karlseguin
/
ccache
A golang LRU Cache for high concurrency
MIT License
1.31k
stars
121
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Potential Memory Leak in CCache under Load Tests
#94
biancapetrica
opened
6 days ago
3
perf: add setnx2
#93
chenyijun266846
closed
1 month ago
1
fix: flaky test
#92
miparnisari
opened
11 months ago
0
ensure benchmarks are compared if the CPUs are the same
#91
miparnisari
closed
11 months ago
0
Fix flaky test
#90
miparnisari
closed
11 months ago
2
feat: add benchmarks
#89
miparnisari
closed
11 months ago
5
run tests and linter on every PR
#88
miparnisari
closed
11 months ago
0
Update readme.md
#87
craigpastro
closed
1 year ago
1
feat: public extend
#86
rfyiamcool
closed
1 year ago
1
feat: add setnx (if not exists, set kv)
#85
rfyiamcool
closed
1 year ago
0
Added Key() method to Item
#84
idsulik
closed
1 year ago
0
ttl not working
#83
HoganEdwardChu
closed
1 year ago
4
Generic key type
#82
dnaka91
opened
1 year ago
2
Memory leak during cleanup
#81
bubblesupreme
opened
1 year ago
0
When max size is 3, set() not delete superfluous data
#80
TeqGin
opened
1 year ago
4
Fix memory leak on cleanup
#79
bubblesupreme
closed
1 year ago
4
Refactor control messages + Stop handling
#78
karlseguin
closed
1 year ago
1
Bug Report: v3.0.1 gc may failed
#77
stormluke
closed
1 year ago
0
Bug Report: v3.0.0 gc may failed
#76
stormluke
closed
1 year ago
5
New release implemented via generics?
#75
jeffwidman
closed
1 year ago
1
memory leak
#74
hktalent
closed
2 years ago
3
High lock contention in LayeredCache.set with few primary keys
#73
bep
closed
2 years ago
1
Call OnDelete in LayeredCache.gc
#72
bep
closed
2 years ago
0
OnDelete not called in LayeredCache.gc
#71
bep
closed
2 years ago
0
Remove unused dependencies
#70
nwtgck
closed
2 years ago
0
Add GetWithoutPromote
#69
karlseguin
closed
2 years ago
0
How to promote directly saved item?
#68
devrodriguez
closed
1 year ago
1
Not Promote on Get
#67
mguerrini
closed
11 months ago
2
How to get the max performance?
#66
devrodriguez
closed
1 year ago
3
Bug report: TrackingGet goroutine unsafe with onDelete func
#65
chenqiuhao1997
opened
3 years ago
1
Bug report: item leak when c.promotables is busy
#64
chenqiuhao1997
closed
3 years ago
1
Control cleanup + Better Stop
#63
karlseguin
closed
1 year ago
0
Control cleanup + Better Stop
#62
karlseguin
closed
3 years ago
0
[WIP] - Rework how Stop works
#61
karlseguin
closed
3 years ago
0
add SyncUpdates method to synchronize with worker thread, and use it in tests
#60
eli-darkly
closed
3 years ago
2
Stop can cause race detector errors in testing
#59
eli-darkly
opened
3 years ago
14
would like a version of Fetch that doesn't require a closure
#58
eli-darkly
closed
3 years ago
4
ability to set an item that never expires
#57
eli-darkly
closed
3 years ago
2
Fetch() is not atomic
#56
Scratch-net
closed
3 years ago
2
for each
#55
HDT3213
closed
3 years ago
1
How to traverse all items in the cache?
#54
HDT3213
closed
3 years ago
6
New release tag
#53
gopalmor
closed
3 years ago
2
Avoid blocking if promotables channel is full.
#52
gopalmor
closed
3 years ago
1
Fix race condition in Cache.Get()
#51
BlueMonday
closed
3 years ago
0
remote unless int func
#50
imxyb
closed
3 years ago
0
Data race in cache.Clear
#49
bep
closed
4 years ago
1
Add TrackingSet method
#48
sargun
closed
4 years ago
2
Use typed *Item in DeleteFunc
#47
bep
closed
4 years ago
0
Document DeleteFunc
#46
bep
closed
4 years ago
0
Add DeleteFunc
#45
bep
closed
4 years ago
2
Next