brentp / intintmapLinks
fast int64-int64 map for go
☆100Updated 3 months 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☆86Updated last month
- Intern Go strings☆97Updated 2 years ago
- A spinlock implementation for Go.☆63Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆93Updated 6 years ago
- uint128 for Go☆262Updated last year
- Optimized functions for Go using SIMD☆192Updated 5 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆295Updated last year
- xxh3 fast hash function☆105Updated 6 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Very fast, very unsafe serialization for Go☆148Updated 3 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 3 years ago
- Low level image processing library in pure Go with SIMD assembly☆132Updated 8 years ago
- System V shared memory functions in pure Go.☆135Updated last year
- Minimal Perfect Hashing for Go☆192Updated last year
- A memory allocator for Go.☆86Updated 5 years ago
- Minimal perfect hashing in Go☆74Updated 3 years ago
- The research project based on the draft design of Go Generics☆34Updated 4 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆63Updated 5 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 3 years ago
- Fast integer map for uint32-to-uint32☆33Updated 7 months ago
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- go-judy is a Go language wrapper of the Judy array implementation at http://judy.sourceforge.net.☆29Updated 12 years ago
- Additions to Go's database/sql for super fast performance and convenience. (fork of gocraft/dbr)☆181Updated last year
- Expression evaluator for Go☆80Updated 2 weeks ago
- A golang zero-allocation HTTP parser (and eventually http server)☆79Updated 11 years ago