issues
search
scalalang2
/
golang-fifo
Modern efficient cache design with simple FIFO queue only in Golang
MIT License
142
stars
7
forks
source link
Fix evictS implementation, it should insert key to ghost.
#3
Closed
scalalang2
closed
11 months ago
scalalang2
commented
11 months ago
If a eviction happens from small fifo queue S, it needs to insert the evicted key to the ghost table.