dolthub / maphashLinks
☆121Updated 2 years ago
Alternatives and similar repositories for maphash
Users that are interested in maphash are comparing it to the libraries listed below
Sorting:
- The `io_uring` library and runtime for GO☆136Updated 2 months ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- ☆245Updated 2 weeks ago
- Zero-allocation type-safe pool for Go☆235Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆213Updated 10 months ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- Simple building blocks for protobuf marshaling and unmarshaling☆196Updated last year
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆162Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆135Updated 2 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆116Updated 2 years ago
- Package for fast copying structs of different types☆51Updated 4 years ago
- Go assembly transpiler for C programming language☆96Updated last week
- Off heap golang memory pool☆60Updated 3 years ago
- Go programming language port of liburing.☆108Updated last year
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆103Updated 5 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆40Updated 2 years ago
- ☆80Updated 3 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last month
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- The assembler from the Go compiler, in library form.☆189Updated 4 years ago
- Load file-backed memory☆122Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A fast little LRU cache for Go☆171Updated 2 years ago
- Expression evaluator for Go☆76Updated 3 months ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆89Updated 10 months ago
- Synchronization and asynchronous computation package for Go☆251Updated 3 weeks ago