anacrolix / missinggo
Stuff that's missing in Go stdlib, or hasn't made it into its own repo.
☆85Updated 5 months ago
Alternatives and similar repositories for missinggo:
Users that are interested in missinggo are comparing it to the libraries listed below
- A sharded map implementation to support fast concurrent access and swap/update operations.☆48Updated 7 years ago
- xxh3 fast hash function☆105Updated 5 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆59Updated 4 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆73Updated 10 years ago
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- Buffered Reader/Writer☆75Updated 5 months ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 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
- Decentralized, sequential, lexicographically sortable unique id☆83Updated 4 years ago
- Random number/string utility library for Go☆62Updated 8 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- A scalable lock-free channel.☆135Updated 8 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- An introspection tool for Bolt databases.☆108Updated 7 years ago
- Package errc simplifies error and defer handling.☆78Updated 7 years ago
- Customizable TCP net.Listener for Go☆147Updated 2 years ago
- A simple and efficient LRU cache package for Go☆37Updated last year
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆70Updated 5 years ago
- Shutdown Management package for Go v2☆51Updated 2 years ago
- Non-Invasive goroutine inspector☆90Updated last year
- A spinlock implementation for Go.☆61Updated 4 years ago
- Static bit vector structures library☆72Updated 5 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆93Updated 5 years ago
- Library for Go (golang) to implement writev system call (not an official Google product)☆97Updated 5 years ago
- Embedded DB modeling Golang Collections which automatically split as they grow.☆34Updated 6 years ago
- A FUSE file system in Go extended with persistent file storage☆124Updated 4 years ago