theodesp / go-heaps
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
☆101Updated 2 years ago
Alternatives and similar repositories for go-heaps:
Users that are interested in go-heaps are comparing it to the libraries listed below
- Fast Concurrent / Parallel Sorting in Go☆136Updated 10 months ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆71Updated 6 years ago
- A fast string sorting algorithm (MSD radix sort)☆192Updated 7 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Probabilistic set data structure☆86Updated 7 years ago
- Useful Go String methods☆190Updated last year
- Static bit vector structures library☆72Updated 5 years ago
- uint128 for Go☆242Updated 4 months ago
- Lightweight HTTP mocking in Go (aka golang)☆81Updated last year
- Miscellaneous Go hacks☆234Updated 3 weeks ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated 3 months ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- Transform Go code into it's AST☆123Updated 5 years ago
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- Bitset data structure☆162Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- A contestant's algorithm toolbox☆111Updated 9 years ago
- Load file-backed memory☆120Updated 2 years ago
- A Lightweight in-memory key:value cache library for Go.☆179Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆284Updated 2 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆138Updated 2 years ago
- A library for parallel programming in Go☆188Updated 4 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Experiments with Go generics☆98Updated 3 years ago
- Go implementation of C++ STL iterators and algorithms.☆190Updated 3 years ago
- Go-Multimap is an implementation of the `multimap` data structure in Go.☆38Updated 5 years ago
- Functional Experiment in Golang☆143Updated 11 months ago