disksing / iterLinks
Go implementation of C++ STL iterators and algorithms.
☆190Updated 3 years ago
Alternatives and similar repositories for iter
Users that are interested in iter are comparing it to the libraries listed below
Sorting:
- A simple and efficient thread-safe sharded hashmap for Go☆227Updated 5 years ago
- Load file-backed memory☆122Updated 2 years ago
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Server for benchmarking pure Go key/value databases☆159Updated last year
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆162Updated last year
- High resolution timing and benchmarking for Go☆260Updated 4 years ago
- ⚡️ lock-free utilities in Go☆157Updated last year
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- A highly optimized double-ended queue☆198Updated last year
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆257Updated 2 years ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- A quick tour (or reminder) of Go performance tools☆269Updated 3 years ago
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆223Updated last year
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- ☆119Updated 2 years ago
- Adaptive Radix Trees implemented in Go☆390Updated 5 months ago
- Storing strings without GC overhead☆83Updated 5 years ago
- ☆121Updated last year
- Fast and easy-to-use skip list for Go.☆416Updated 8 months ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆209Updated 9 months ago
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 2 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆139Updated 3 years ago
- Miscellaneous Go hacks☆239Updated last month