A Golang lock-free thread-safe HashMap optimized for fastest read access.
☆1,882Jul 30, 2025Updated 7 months ago
Alternatives and similar repositories for hashmap
Users that are interested in hashmap are comparing it to the libraries listed below
Sorting:
- Fastest and most memory efficient golang concurrent hashmap☆1,033Oct 27, 2024Updated last year
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,341Feb 18, 2026Updated last month
- A cache library for Go with zero GC overhead.☆5,380Feb 10, 2026Updated last month
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,095Jul 3, 2024Updated last year
- A high performance memory-bound Go cache☆6,807Jan 21, 2026Updated last month
- a thread-safe concurrent map for go☆4,527May 22, 2024Updated last year
- Fast event-loop networking for Go☆6,040Oct 22, 2023Updated 2 years ago
- Efficient cache for gigabytes of data written in Go.☆8,106Feb 6, 2026Updated last month
- Concurrent data structures for Go☆1,649Feb 9, 2026Updated last month
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,851Updated this week
- Optimized Go Compression Packages☆5,432Mar 2, 2026Updated 2 weeks ago
- Fast key-value DB in Go.☆15,523Mar 9, 2026Updated last week
- Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).☆1,929Mar 10, 2026Updated last week
- BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support☆4,841Sep 10, 2024Updated last year
- A tool to list and diagnose Go processes currently running on your system☆7,001Jan 8, 2026Updated 2 months ago
- RocksDB/LevelDB inspired key-value database in Go☆5,805Updated this week
- A high-performance 100% compatible drop-in replacement of "encoding/json"☆13,927May 27, 2024Updated last year
- Golang port of Abseil's SwissTable☆829Mar 7, 2025Updated last year
- Golang in-memory database built on immutable radix trees☆3,449Mar 13, 2026Updated last week
- high performance JSON encoder/decoder with stream API for Golang☆2,135Nov 22, 2023Updated 2 years ago
- A collection of useful, performant, and threadsafe Go datastructures.☆7,908Feb 16, 2026Updated last month
- An immutable radix tree implementation in Golang☆1,091Mar 13, 2026Updated last week
- Graceful process restarts in Go☆3,165Sep 25, 2024Updated last year
- Anti-memory-waste byte buffer pool☆1,328Jul 20, 2024Updated last year
- Redis compatible server framework for Go☆2,298May 9, 2025Updated 10 months ago
- 🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.☆3,096May 2, 2025Updated 10 months ago
- A goroutine pool for Go☆4,028Mar 9, 2023Updated 3 years ago
- A golang LRU Cache for high concurrency☆1,390Jan 13, 2026Updated 2 months ago
- A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data stru…☆3,561Feb 8, 2026Updated last month
- GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more☆17,409Mar 12, 2025Updated last year
- Tiny WebSocket library for Go.☆6,439Feb 12, 2026Updated last month
- Golang port of simdjson: parsing gigabytes of JSON per second☆2,014Aug 26, 2025Updated 6 months ago
- Golang LRU cache☆4,996Mar 13, 2026Updated last week
- Better structured concurrency for go☆10,329Apr 26, 2024Updated last year
- Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http☆23,293Updated this week
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆4,156Aug 21, 2024Updated last year
- 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.☆11,110Updated this week
- Zero Allocation JSON Logger☆12,275Feb 2, 2026Updated last month
- A feature complete and high performance multi-group Raft library in Go.☆5,298Jul 23, 2025Updated 7 months ago