storozhukBM / thpLinks
High throughput primitives library
☆50Updated 2 years ago
Alternatives and similar repositories for thp
Users that are interested in thp are comparing it to the libraries listed below
Sorting:
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- ☆33Updated 3 years ago
- Compile Go regular expressions to Go code☆96Updated 2 months ago
- Consistent hashing hashring implementation.☆35Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 6 years ago
- Load file-backed memory☆121Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 2 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- ☆27Updated 3 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Convert a go file to its ast representation☆94Updated 3 months ago
- Library for monkey-patching functions in Go☆23Updated 3 years ago
- Golang io.Reader and io.Writer but with limits☆78Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 3 years ago
- Non-Invasive goroutine inspector☆93Updated 2 months ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- importable versions of parts of the Go standard library☆50Updated 3 years ago
- A collection of efficient generic integer parser functions for Go☆19Updated last year
- Off heap golang memory pool☆60Updated 4 years ago
- Storing strings without GC overhead☆84Updated last month
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- simple data streams for go☆31Updated 3 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 3 years ago
- In-process request tracing☆100Updated 2 months ago
- Connection pool for Go's net.Conn interface☆127Updated 3 years ago
- Implementation of Boyer-Moore fast string search algorithm in Go☆58Updated 3 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago