tildeleb / aeshash
Aeshash is a fast hash function extracted from the Go runtime that uses the Intel AESENC instruction. Used by Go's map on Intel x86-64 architecture.
☆18Updated 3 years ago
Alternatives and similar repositories for aeshash
Users that are interested in aeshash are comparing it to the libraries listed below
Sorting:
- Roaring Bitmaps - compressed bitmaps in Go☆47Updated 10 years ago
- Algo exposes the same hashing algorithms used by the Go runtime.☆14Updated 7 years ago
- A hashmap for Go that uses crypto random seeds, hash hints, open addressing, and robin hood hashing.☆29Updated 6 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- Ordered map Go data structure benchmarks☆40Updated 3 years ago
- A tool for reading Go core files☆16Updated 7 years ago
- Heap dump reader & visualizer for Go 1.4☆47Updated 9 years ago
- Bitmap Compression Library in Go