issues
search
allegro
/
bigcache
Efficient cache for gigabytes of data written in Go.
http://allegro.tech/2016/03/writing-fast-cache-service-in-go.html
Apache License 2.0
7.53k
stars
597
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Revert change to how expiration timings to calculated.
#403
gurudesu
opened
2 months ago
0
Use defer to release the lock.(#401)
#402
zzdeys
closed
3 months ago
5
A panic occurred, causing the lock to remain engaged.panic: makeslice: len out of range
#401
zzdeys
opened
3 months ago
0
Improve error handling in BytesQueue.Push function in queue.go
#400
akanchha25
opened
3 months ago
3
Unused parameter in shards.go [ DEL ]
#399
yasharthdubey
closed
3 months ago
4
potential misuse of reflect function
#398
yasharthdubey
opened
3 months ago
0
feat: enable mmap to alloc on unix-like system
#397
tecty
opened
4 months ago
4
feat: use mmap to alloc big chunk of memory
#396
tecty
closed
4 months ago
0
Bump golangci/golangci-lint-action from 5 to 6
#395
dependabot[bot]
closed
5 months ago
0
Bump golangci/golangci-lint-action from 4 to 5
#394
dependabot[bot]
closed
6 months ago
1
Fixing grammar in docs
#393
SaschaPeukert
closed
8 months ago
1
Only print if Verbose is true
#392
xyproto
closed
8 months ago
2
Bump golangci/golangci-lint-action from 3 to 4
#391
dependabot[bot]
closed
8 months ago
1
Bump toolmantim/release-drafter from 5.25.0 to 6.0.0
#390
dependabot[bot]
closed
9 months ago
1
Proposal to Integrate SIEVE Eviction Algorithm
#389
yazhuo
opened
10 months ago
0
Avoid redundant key parsing from the wrappedEntry.
#388
chenyahui
closed
10 months ago
1
Bump actions/setup-go from 4 to 5
#387
dependabot[bot]
closed
10 months ago
1
check LifeWindow when CleanWindow is set
#386
chenyahui
closed
11 months ago
1
fix typo
#385
chenyahui
closed
9 months ago
1
fix typo
#384
chenyahui
closed
11 months ago
1
Feature: Add `setOrGet` Function to Cache Implementation
#383
ndjuric-bit
opened
1 year ago
3
feat: Add function to check if cache contains a key
#382
Darkheir
opened
1 year ago
3
Bump toolmantim/release-drafter from 5.24.0 to 5.25.0
#381
dependabot[bot]
closed
1 year ago
1
feature: Support uint64 keys without converting to string then back again
#380
coxley
opened
1 year ago
6
Get multiple cached values
#379
raeidish
opened
1 year ago
6
GRPC server support
#378
ODudek
opened
1 year ago
4
changed to uint64 keys
#377
raeidish
closed
1 year ago
2
Why do we need to configure both lifeWindow and cleanWindow?
#376
Mavis2103
opened
1 year ago
2
Add multi-level cache design
#375
vearne
opened
1 year ago
2
Stop printing message when doing a context shutdown
#374
rubenv
opened
1 year ago
5
Bump actions/checkout from 3 to 4
#373
dependabot[bot]
closed
1 year ago
1
Use pool instead of entryBuffer
#372
valiner
closed
1 year ago
2
Use pool instead of entryBuffer
#371
valiner
closed
1 year ago
0
Use errors.New instead of fmt.Errorf
#370
chenyahui
closed
1 year ago
1
Is there a memory leak in bigcache?
#369
Kaushal28
opened
1 year ago
4
compile a 32-bit LSB executable on arm and Execution error-> panic: unaligned 64-bit atomic operation
#368
912929782
opened
1 year ago
6
Bump toolmantim/release-drafter from 5.23.0 to 5.24.0
#367
dependabot[bot]
closed
1 year ago
1
Added extra endpoint for clear cache
#366
agoalofalife
closed
1 year ago
4
Support for the map?
#365
tiennampham23
opened
1 year ago
1
CI
#364
NoahAmethyst
closed
1 year ago
1
BigCache is logging allocations it should not
#363
Matias-Barrios
opened
1 year ago
4
How does bigcache handle hash collisions
#362
yangtaoran
closed
1 year ago
1
rename resetKeyFromEntry to resetHashFromEntry
#361
yangtaoran
closed
1 year ago
1
Why doesn't bigcache consider designing expiration time for each cache key?
#360
zsyu9779
opened
1 year ago
4
Bump actions/setup-go from 3 to 4
#359
dependabot[bot]
closed
1 year ago
1
Bump toolmantim/release-drafter from 5.22.0 to 5.23.0
#358
dependabot[bot]
closed
1 year ago
1
Whether it is a bug ?
#357
Jay-deng
opened
1 year ago
1
Benchmark is not fair, So the speed can't be trusted
#356
LawyZheng
closed
1 year ago
4
Memory so high, and when clean not reduce size
#355
teng231
closed
1 year ago
5
The index(int) of entries(queue.BytesQueue) overflows the hashmap's uint32 value
#354
uchuck
closed
1 year ago
4
Next