Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead
Stars
2.3k
Forks
193
Watchers
2.3k
Open Issues
44
Overall repository health assessment
No package.json found
This might not be a Node.js project
57
commits
5
commits
3
commits
3
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Revert "introduce new stats item EvictedBytes (#93)"
f608073View on GitHubfile.go: return the correct error message from load() when the cache at the given filePath has unexpected number of bucket chunks
9bc5415View on GitHubRevert "file: load from file should allow configure maxBytes (#86)" (#88)
8cfcf81View on GitHubfile: load from file should allow configure maxBytes (#86)
198c85eView on GitHubgo.mod: update dependencies with `go get -u ./... && go mod tidy && go mod vendor`
c5013dfView on GitHubfastcache.go: re-create the bucket.m map inside cleanLocked() in order to reduce map fragmentation
959e53cView on GitHub