tidwall / spanmap
A fast collection type that uses uint64 for keys.
☆44Updated 4 years ago
Alternatives and similar repositories for spanmap:
Users that are interested in spanmap are comparing it to the libraries listed below
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- A hashmap for Go that uses crypto random seeds, hash hints, open addressing, and robin hood hashing.☆29Updated 5 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Bytes buffer that implements seeking and partially persisting to disk☆37Updated 2 years ago
- Linter for finding defer statements in Go loops☆32Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.