anacrolix / missinggoLinks
Stuff that's missing in Go stdlib, or hasn't made it into its own repo.
☆86Updated 7 months ago
Alternatives and similar repositories for missinggo
Users that are interested in missinggo are comparing it to the libraries listed below
Sorting:
- xxh3 fast hash function☆105Updated 6 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆60Updated 4 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- A scalable lock-free channel.☆135Updated 9 years ago
- Customizable TCP net.Listener for Go☆148Updated 2 years ago
- Static bit vector structures library☆72Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Low level image processing library in pure Go with SIMD assembly☆129Updated 8 years ago
- Library for Go (golang) to implement writev system call (not an official Google product)☆97Updated 5 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- efficient client ⚡️☆75Updated last year
- A FUSE file system in Go extended with persistent file storage☆124Updated 4 years ago
- key value server. redis api, leveldb storage, raft support☆80Updated 4 years ago
- Building blocks for fast rpc systems☆86Updated 7 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- Decentralized, sequential, lexicographically sortable unique id☆83Updated 4 years ago
- A memory allocator for Go.☆82Updated 5 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Go implementation of Linux Network Block Devices☆136Updated 9 months ago
- Highly concurrent drop-in replacement for bufio.Writer☆56Updated 7 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- Meow hash for Golang☆126Updated 5 years ago
- Fast generation of 192-bit UUIDs☆84Updated last year
- Storing strings without GC overhead☆83Updated 5 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago