scalalang2 / golang-fifo

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

Replace built-in hash map to `Swiss Table` #28

Open scalalang2 opened 9 months ago

scalalang2 commented 9 months ago

Motivation

This suggests evaluating the performance of the Swiss Table data structure against built-in hash table.

kubo39 commented 6 months ago

FYI: https://github.com/golang/go/issues/54766

scalalang2 commented 6 months ago

thanks @kubo39 👍