anacrolix / missinggoLinks
Stuff that's missing in Go stdlib, or hasn't made it into its own repo.
☆87Updated 3 months ago
Alternatives and similar repositories for missinggo
Users that are interested in missinggo are comparing it to the libraries listed below
Sorting:
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆63Updated 4 years ago
- Package errc simplifies error and defer handling.☆78Updated 8 years ago
- xxh3 fast hash function☆104Updated 6 years ago
- An introspection tool for Bolt databases.☆109Updated 7 years ago
- Low level image processing library in pure Go with SIMD assembly☆131Updated 8 years ago
- A sharded map implementation to support fast concurrent access and swap/update operations.☆48Updated 8 years ago
- key value server. redis api, leveldb storage, raft support☆80Updated 5 years ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- SOCKsie is a SOCKS over SSH proxy in Go☆93Updated 7 years ago
- efficient client ⚡️☆75Updated last year
- Static bit vector structures library☆72Updated 6 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Library for Go (golang) to implement writev system call (not an official Google product)☆97Updated 6 years ago
- Decentralized, sequential, lexicographically sortable unique id☆83Updated 5 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 6 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Meow hash for Golang☆126Updated 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…☆69Updated 6 years ago
- Go implementation of Adiantum☆90Updated last year
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- A pure Go implementation of the smaz compression library for short strings.☆82Updated 3 years ago
- Stream bytes to multiple independent Readers #golang☆96Updated last year
- A spinlock implementation for Go.☆62Updated 4 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 7 years ago
- Thread-safe concurrent maps for go.☆25Updated 6 years ago
- Buffered Reader/Writer☆78Updated 4 months ago
- A memory allocator for Go.☆87Updated 5 years ago