anacrolix / missinggo
Stuff that's missing in Go stdlib, or hasn't made it into its own repo.
☆85Updated 3 months ago
Alternatives and similar repositories for missinggo:
Users that are interested in missinggo are comparing it to the libraries listed below
- A golang zero-allocation HTTP parser (and eventually http server)☆71Updated 10 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- Stream bytes to multiple independent Readers #golang☆91Updated last year
- Golang circular (ring) buffer☆175Updated 2 years ago
- Threading and Caching Utilities for golang☆31Updated 6 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆59Updated 4 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Package errc simplifies error and defer handling.☆78Updated 7 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆55Updated 7 years ago
- A scalable lock-free channel.☆135Updated 8 years ago
- Customizable TCP net.Listener for Go☆146Updated 2 years ago
- An introspection tool for Bolt databases.☆108Updated 7 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 5 years ago
- Simple and fast graph library☆72Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- Call private methods freely in Golang☆45Updated 9 years ago
- A sharded map implementation to support fast concurrent access and swap/update operations.☆48Updated 7 years ago
- efficient client ⚡️☆75Updated 10 months ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- Generates automatically a Reset() method☆33Updated 7 years ago
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- Decentralized, sequential, lexicographically sortable unique id☆83Updated 4 years ago
- Library for Go (golang) to implement writev system call (not an official Google product)☆97Updated 5 years ago
- A package for Go that can be used for range queries on large number of intervals☆42Updated 8 years ago
- Image resizing in pure Go and SIMD☆213Updated 7 years ago
- A FUSE file system in Go extended with persistent file storage☆124Updated 4 years ago