zhangyunhao116 / skipmap
skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.
☆206Updated 6 months ago
Alternatives and similar repositories for skipmap:
Users that are interested in skipmap are comparing it to the libraries listed below
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆255Updated last year
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated 9 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆284Updated 2 years ago
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- Zero-allocation type-safe pool for Go☆230Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated last year
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆116Updated 2 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆226Updated 5 years ago
- auto adjust your GOGC value☆226Updated 7 months ago
- Fast and easy-to-use skip list for Go.☆405Updated 6 months ago
- Clone any Go data structure deeply and thoroughly.☆307Updated 10 months ago
- ☆226Updated this week
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- A faster Protobuf serializer & deserializer.☆91Updated 7 months ago
- ☆116Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆421Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆394Updated 10 months ago
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆550Updated last week
- The assembler from the Go compiler, in library form.☆176Updated 4 years ago
- ☆118Updated last year
- The `io_uring` library and runtime for GO☆127Updated 2 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- A highly optimized double-ended queue☆193Updated last year
- Simple building blocks for protobuf marshaling and unmarshaling☆176Updated 9 months ago
- high performance in-memory cache☆288Updated 3 weeks ago
- Write ahead log for Go.☆645Updated 4 months ago
- Zero-allocation reflection library for Go☆557Updated last year