scalalang2 / golang-fifo

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

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

Open scalalang2 opened 8 months ago

scalalang2 commented 8 months ago

Motivation

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

kubo39 commented 5 months ago

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

scalalang2 commented 5 months ago

thanks @kubo39 👍