anacrolix / missinggoLinks
Stuff that's missing in Go stdlib, or hasn't made it into its own repo.
☆85Updated last week
Alternatives and similar repositories for missinggo
Users that are interested in missinggo are comparing it to the libraries listed below
Sorting:
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Library for Go (golang) to implement writev system call (not an official Google product)☆97Updated 5 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆60Updated 4 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 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
- Building blocks for fast rpc systems☆87Updated 7 years ago
- Decentralized, sequential, lexicographically sortable unique id☆83Updated 4 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- A scalable lock-free channel.☆135Updated 9 years ago
- key value server. redis api, leveldb storage, raft support☆80Updated 4 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Clock is a small library for mocking time in Go.☆19Updated 8 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Non-Invasive goroutine inspector☆90Updated last week
- Package errc simplifies error and defer handling.☆78Updated 7 years ago
- A collection of well-known string hash functions, implemented in Go☆68Updated 6 years ago
- Buffered Reader/Writer☆75Updated 9 months ago
- One key to derive all☆58Updated 7 months ago
- Image resizing in pure Go and SIMD☆212Updated 7 years ago
- Static bit vector structures library☆72Updated 5 years ago
- An introspection tool for Bolt databases.☆108Updated 7 years ago
- Customizable TCP net.Listener for Go☆148Updated 2 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- NAT port mapping library for Go☆43Updated 5 years ago
- Call private methods freely in Golang☆45Updated 9 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- Templates, generics engine for Go☆136Updated 6 years ago