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.
☆176Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for skipmap
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆243Updated last year
- ⚡️ lock-free utilities in Go☆151Updated 6 months ago
- ☆110Updated last year
- Zero-allocation type-safe pool for Go☆223Updated last year
- ☆111Updated last year
- auto adjust your GOGC value☆219Updated 3 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆214Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆151Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- ☆168Updated last week
- A highly optimized double-ended queue☆185Updated last year
- Go port of Google's Swiss Table hash table☆321Updated 4 months ago
- The assembler from the Go compiler, in library form.☆166Updated 3 years ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆30Updated 5 months ago
- errgroup with goroutine worker limits☆162Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆510Updated this week
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆76Updated last year
- A fast, threadsafe skip list in Go☆264Updated 3 years ago
- Golang library for io_uring (without CGO)☆132Updated 3 years ago
- A faster Protobuf serializer & deserializer.☆88Updated 3 months ago
- Clone any Go data structure deeply and thoroughly.☆305Updated 6 months ago
- Write ahead log for Go.☆611Updated this week
- Server for benchmarking pure Go key/value databases☆154Updated last year
- Load file-backed memory☆121Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆81Updated 3 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆277Updated last year
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆113Updated last year
- lock-free queue and other implementations☆127Updated last year
- high performance in-memory cache☆280Updated 3 weeks ago