golang-design / channLinks
a unified channel package for buffered, unbuffered, and unbounded channels
☆43Updated 3 years ago
Alternatives and similar repositories for chann
Users that are interested in chann are comparing it to the libraries listed below
Sorting:
- Package for getting the runtime ID of a goroutine☆49Updated 4 months ago
- ⚡️ lock-free utilities in Go☆164Updated last year
- ☆123Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Experimental packages not in std and golang.org/exp☆79Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- ☆80Updated 5 months ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 3 years ago
- ☆38Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- Performance related examples for Go☆29Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Updated 5 months ago
- Storing strings without GC overhead☆85Updated last month
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated last week
- Expirable Go LRC\LRU cache without goroutines☆93Updated 2 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Fast event-loop networking for Go (the lite version)☆71Updated 5 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- sysconf for Go, without using cgo☆147Updated last week
- a library to curb OOMs by running Go GC according to a user-defined policy.☆84Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated 7 months ago
- errgroup with goroutine worker limits☆164Updated 3 years ago