CovenantSQL / HashStablePackLinks
Serialization code generator for QUICK struct content comparison
☆95Updated 6 years ago
Alternatives and similar repositories for HashStablePack
Users that are interested in HashStablePack are comparing it to the libraries listed below
Sorting:
- Write ahead Raft log for Go☆58Updated 5 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated 3 weeks ago
- Non-Invasive goroutine inspector☆93Updated 5 months ago
- Runtime struct builder for Go☆32Updated 3 months ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 3 years ago
- ⏱️ Reliable performance measurement for Go programs. All in one design.☆39Updated 4 years ago
- low level data type and utils in Golang.☆84Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆49Updated 3 months ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Test the performance of Go's concurrency structures☆30Updated 11 months ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 6 years ago
- Go library to run locks over etcd.☆43Updated last week
- A JSON stream parser for Go☆68Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.