brentp / intintmapLinks
fast int64-int64 map for go
☆98Updated 2 years ago
Alternatives and similar repositories for intintmap
Users that are interested in intintmap are comparing it to the libraries listed below
Sorting:
- Storing strings without GC overhead☆83Updated 5 years ago
- Intern Go strings☆95Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- A spinlock implementation for Go.☆62Updated 4 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 3 years ago
- uint128 for Go☆249Updated 8 months ago
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated last year
- Load file-backed memory☆122Updated 2 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆76Updated 10 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆61Updated 4 years ago
- Simple string pattern matcher for Go☆128Updated last year
- a small circular ring buffer library in go / golang☆188Updated 6 years ago
- A goroutine limiter for Go☆83Updated 3 years ago
- Fast integer map for uint32-to-uint32☆30Updated last month
- Fast generation of 192-bit UUIDs☆84Updated 2 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- Very fast, very unsafe serialization for Go☆147Updated 2 years ago
- A collection of concurrent ring buffers☆132Updated 7 years ago
- Go translation of MetroHash☆110Updated 6 months ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆69Updated 6 years ago
- Additions to Go's database/sql for super fast performance and convenience. (fork of gocraft/dbr)☆181Updated last year
- A JSON stream parser for Go☆68Updated 2 years ago