anacrolix / missinggoLinks
Stuff that's missing in Go stdlib, or hasn't made it into its own repo.
☆85Updated 2 weeks ago
Alternatives and similar repositories for missinggo
Users that are interested in missinggo are comparing it to the libraries listed below
Sorting:
- Pure Go implementation of xxHash (32 and 64 bits versions)☆61Updated 4 years ago
- An introspection tool for Bolt databases.☆109Updated 7 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Package errc simplifies error and defer handling.☆78Updated 7 years ago
- Stream bytes to multiple independent Readers #golang☆96Updated last year
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- Static bit vector structures library☆72Updated 5 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Building blocks for fast rpc systems☆87Updated 7 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Buffered Reader/Writer☆75Updated 2 weeks ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Decentralized, sequential, lexicographically sortable unique id☆83Updated 4 years ago
- Non-Invasive goroutine inspector☆90Updated 3 weeks ago
- A sharded map implementation to support fast concurrent access and swap/update operations.☆48Updated 7 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Low level image processing library in pure Go with SIMD assembly☆129Updated 8 years ago
- Customizable TCP net.Listener for Go☆148Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- A pure Go implementation of the smaz compression library for short strings.☆81Updated 2 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 2 years ago
- A memory allocator for Go.☆83Updated 5 years ago
- A FUSE file system in Go extended with persistent file storage☆124Updated 4 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Find, list, and inspect processes from Go (golang)☆81Updated 5 years ago
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- Golang packages for writing small daemons and servers.☆50Updated 4 years ago