anacrolix / missinggoLinks
Stuff that's missing in Go stdlib, or hasn't made it into its own repo.
☆87Updated 6 months ago
Alternatives and similar repositories for missinggo
Users that are interested in missinggo are comparing it to the libraries listed below
Sorting:
- Golang circular (ring) buffer☆177Updated 3 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- xxh3 fast hash function☆104Updated 6 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- A sharded map implementation to support fast concurrent access and swap/update operations.☆48Updated 8 years ago
- Decentralized, sequential, lexicographically sortable unique id☆83Updated 5 years ago
- key value server. redis api, leveldb storage, raft support☆80Updated 5 years ago
- Meow hash for Golang☆126Updated 6 years ago
- Package errc simplifies error and defer handling.☆78Updated 8 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- An introspection tool for Bolt databases.☆109Updated 8 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 7 years ago
- A fast userspace CSPRNG☆93Updated last year
- Stream bytes to multiple independent Readers #golang☆96Updated 2 years ago
- efficient client ⚡️☆75Updated last year
- Pure Go implementation of xxHash (32 and 64 bits versions)☆63Updated 5 years ago
- Thread-safe concurrent maps for go.☆25Updated 6 years ago
- A scalable lock-free channel.☆135Updated 9 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆93Updated 6 years ago
- Type safe go bindings to interact with chrome remote interface.☆120Updated 7 years ago
- Storing strings without GC overhead☆85Updated last month
- Go implementation of Linux Network Block Devices☆139Updated last year
- A FUSE file system in Go extended with persistent file storage☆125Updated 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- Buffered Reader/Writer☆78Updated 7 months ago
- A Go API for generating .go source files☆24Updated 3 years ago
- Library for Go (golang) to implement writev system call (not an official Google product)☆98Updated 6 years ago
- Static bit vector structures library☆72Updated 6 years ago