scalalang2 / golang-fifo

Modern efficient cache design with simple FIFO queue only in Golang
MIT License
141 stars 7 forks source link

Proper implementation of bucket table. #16

Closed scalalang2 closed 8 months ago

scalalang2 commented 10 months ago

Motivation

At that time of writing S3-FIFO algorithm, I didn't deep dive into the bucket table implementation. Therefore Its implementation may look different from actual bucket table and may not work properly.