▲ | FreeLRU: GC-less, fast and generic LRU hashmap library for Go(github.com) | |
18 points by ingve 3 days ago | 1 comments | ||
▲ | bitbasher 3 days ago | parent [-] | |
The first generic package I ever created in Go was an lru cache implementation. It's cool to see this and compare :) |