shettyh / threadpool
Golang simple thread pool implementation
☆102Updated 4 years ago
Alternatives and similar repositories for threadpool:
Users that are interested in threadpool are comparing it to the libraries listed below
- Eventually consistent distributed in-memory cache Go library☆157Updated 2 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆414Updated last year
- Load file-backed memory☆120Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago
- A thread safe map which has expiring key-value pairs.☆72Updated 9 months ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- A highly optimized double-ended queue☆189Updated last year
- A fast Message/Event Hub using publish/subscribe pattern with support for topics like* rabbitMQ exchanges for Go applications☆146Updated 4 years ago
- Examples of using github.com/gobwas/ws☆212Updated 3 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- A fast little LRU cache for Go☆167Updated last year
- A Golang package for doing a deep copy for (just about) anything☆146Updated 11 months ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆156Updated last year
- Create go type representation from json☆135Updated 3 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆98Updated 2 weeks ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- A better Generic Pool (sync.Pool)☆52Updated last month
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- Simple string pattern matcher for Go☆126Updated 10 months ago
- A fast string sorting algorithm (MSD radix sort)☆192Updated 6 years ago
- fast int64-int64 map for go☆95Updated 2 years ago
- some data structures and algorithms using golang☆69Updated last year
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- Go reflection simplified☆101Updated 3 months ago
- Declare AMQP entities like queues, producers, and consumers in a declarative way. Can be used to work with RabbitMQ.☆90Updated last year
- Go simple async worker pool☆92Updated 4 years ago