brentp / intintmap
fast int64-int64 map for go
☆95Updated last year
Related projects ⓘ
Alternatives and complementary repositories for intintmap
- Storing strings without GC overhead☆82Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 4 months ago
- Intern Go strings☆92Updated 11 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆52Updated last year
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆93Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆133Updated 6 months ago
- Load file-backed memory☆121Updated 2 years ago
- Optimized functions for Go using SIMD☆190Updated 4 years ago
- uint128 for Go☆230Updated this week
- TryLock for Go☆66Updated 5 years 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…☆67Updated 5 years ago
- A collection of concurrent ring buffers☆133Updated 6 years ago
- Expression evaluator for Go☆66Updated 8 months ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 4 years ago
- Go translation of MetroHash☆103Updated 2 years ago
- Golang circular (ring) buffer☆172Updated 2 years ago
- Fast generation of 192-bit UUIDs☆83Updated last year
- Highly concurrent drop-in replacement for bufio.Writer☆54Updated 7 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- Buffered Reader/Writer☆74Updated 2 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆63Updated 3 months ago
- Customizable TCP net.Listener for Go☆145Updated last year
- Best-effort CPU-local sharded values for Go☆197Updated 3 years ago
- A prefix tree (trie) implementation in go☆34Updated 4 months ago
- Golang library for io_uring (without CGO)☆132Updated 3 years ago
- Sync primitive for golang. Key + Mutex = Kmutex☆34Updated 2 weeks ago