dgryski / go-tinylfu

TinyLFU cache admission policy
MIT License
252 stars 34 forks source link

Generics, maphash, some simplifications #10

Closed dominikh closed 1 year ago

dominikh commented 1 year ago

This adds generics, replaces metro with maphash, and simplifies some code.

I don't know if you want this module to use generics or not, so feel free to pick whatever commits you think make sense.