adelowo / rounderLinks
Roundtripping in Golang
☆37Updated 8 years ago
Alternatives and similar repositories for rounder
Users that are interested in rounder are comparing it to the libraries listed below
Sorting:
- errgroup with goroutine worker limits☆165Updated 2 years ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Load file-backed memory☆122Updated 2 years ago
- A fast little LRU cache for Go☆171Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆88Updated 3 months ago
- high-performance common weighted algorithm library☆202Updated 2 years ago
- go-lock is a lock library implementing read-write mutex and read-write trylock without starvation☆120Updated 3 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 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
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- Go Pooling Helpers☆116Updated 5 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- MySQL Proxy Journey☆73Updated 5 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Timeout Middleware for Gin framework☆110Updated 3 months ago
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- goroutine local storage (use context instead if possible)☆77Updated 5 months ago
- A Lightweight in-memory key:value cache library for Go.☆179Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 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.☆213Updated 10 months ago
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- distributed synchronization primitives☆62Updated 2 years ago
- Experimental packages not in std and golang.org/exp☆78Updated 7 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- A distributed in-memory key-value store built using hashicorp/memberlist with HTTP API☆144Updated 5 months ago
- Example HTTP/2 Cleartext (H2C) server and client in golang☆114Updated last year
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 3 years ago