tejzpr / ordered-concurrentlyLinks
Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a channel in the order of input. It is useful in concurrently processing items in a queue, and get output in the order provided by the queue.
☆41Updated 2 years ago
Alternatives and similar repositories for ordered-concurrently
Users that are interested in ordered-concurrently are comparing it to the libraries listed below
Sorting:
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆48Updated 3 months ago
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 10 months ago
- A fast WebSocket implementation for fasthttp and net/http. Supporting concurrent R/W operations by default.☆88Updated 3 years ago
- a thread-safe concurrent map for go☆94Updated last year
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated last year
- ☆82Updated 4 months ago
- A fast file-based priority queue☆58Updated last year
- pkg extends the core go packages with missing or additional functionality built in. All packages correspond to the std go package name w…☆50Updated last year
- Package for fast copying structs of different types☆51Updated 4 years ago
- Synchronization and asynchronous computation package for Go☆247Updated 9 months ago
- Simplicity-focused, template based SQL query builder☆65Updated last year
- ☆121Updated last year
- Library for setting values to structs' fields from env, flags, files or default tag☆107Updated 4 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- scan sql rows into any type powered by generics☆65Updated last year
- A better Generic Pool (sync.Pool)☆65Updated last month
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- A Unicode-based case conversion library for Go☆58Updated last year
- Cron library for go with distributed lock☆50Updated 3 years ago
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- Nullable Go types that can be marshalled/unmarshalled to/from JSON.☆38Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library