shabbyrobe / go-numLinks
Additional numeric types for Go (int128, uint128), repo moved!
☆26Updated 10 months ago
Alternatives and similar repositories for go-num
Users that are interested in go-num are comparing it to the libraries listed below
Sorting:
- Software Transactional Locks☆30Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Binary heap priority queues in Go☆31Updated 4 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- Golang utlities to make your life easier with zero allocations☆47Updated 3 months ago
- General purpose binary encoder/decoder☆48Updated last year
- Buffered Reader/Writer☆75Updated 3 weeks ago
- Storing strings without GC overhead☆83Updated 5 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- A goroutine limiter for Go