A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
☆221Updated this week
Alternatives and similar repositories for hashmap
Users that are interested in hashmap are comparing it to the libraries listed below
Sorting:
- A buffer pool file I/O library for Go☆55Feb 7, 2022Updated 4 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Aug 19, 2025Updated 6 months ago
- B-tree implementation for Go☆1,194Nov 3, 2025Updated 3 months ago
- Expression evaluator for Go☆80Jan 21, 2026Updated last month
- A fast little LRU cache for Go☆174May 22, 2023Updated 2 years ago
- Fastest and most memory efficient golang concurrent hashmap☆1,030Oct 27, 2024Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Mar 17, 2022Updated 3 years ago
- Fast little priority queue for Rust.☆15Jun 1, 2025Updated 8 months ago
- High Availability Raft Framework for Go☆662Dec 16, 2025Updated 2 months ago
- An R-tree implementation for Go☆339Aug 18, 2024Updated last year
- Golang package to return the elapsed time since a given time in a human readable format☆35Oct 8, 2024Updated last year
- A JSON stream parser for Go☆68Sep 7, 2022Updated 3 years ago
- Go library providing algorithms optimized to leverage the characteristics of modern CPUs☆910Sep 23, 2025Updated 5 months ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,881Jul 30, 2025Updated 6 months ago
- Golang port of Abseil's SwissTable☆829Mar 7, 2025Updated 11 months ago
- simple data streams for go☆31Aug 25, 2022Updated 3 years ago
- Assert your Go code is inlined and bounds-check eliminated☆315Apr 30, 2025Updated 9 months ago
- Load file-backed memory☆121Oct 12, 2022Updated 3 years ago
- basic web site serving framework☆154Feb 21, 2022Updated 4 years ago
- Fast integer map for uint32-to-uint32☆33Jun 28, 2025Updated 7 months ago
- Simple and easy wrappers for Go sync/atomic package.☆31Mar 3, 2024Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆247Oct 2, 2019Updated 6 years ago
- Redis compatible server framework for C☆59Dec 8, 2024Updated last year
- ☆27Mar 19, 2022Updated 3 years ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,086Jul 3, 2024Updated last year
- io_uring support for go☆206Oct 11, 2020Updated 5 years ago
- golang sliding or tumbling window stream-processing☆13Apr 1, 2021Updated 4 years ago
- XXH3 algorithm in Go☆537Jan 23, 2026Updated last month
- CPU-guided performance analyzer for Go☆78Oct 19, 2022Updated 3 years ago
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,836Feb 9, 2026Updated 2 weeks ago
- Simple building blocks for protobuf marshaling and unmarshaling☆282Feb 19, 2026Updated last week
- Just an itsy bitsy b-tree in Go☆96Aug 29, 2021Updated 4 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆219Apr 22, 2024Updated last year
- Scheduler of events for near real-time systems☆31Aug 21, 2025Updated 6 months ago
- Generic wrapper around strconv.Parse*☆38Jul 19, 2022Updated 3 years ago
- A Go implementation of Rust's evmap which optimizes for high-read, low-write workloads and uses eventual consistency to ensure that reade…☆10Aug 21, 2022Updated 3 years ago
- Variable-length, lexicographically-sortable hex format for uint64 values.☆13Dec 24, 2020Updated 5 years ago
- Fork of go-yaml/yaml for go-faster needs☆10Nov 21, 2025Updated 3 months ago
- a thread-safe concurrent map for go☆48Jun 30, 2024Updated last year