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☆51Updated 6 months ago
- a thread-safe concurrent map for go☆97Updated last year
- Golang lock-free Hashmap and List☆69Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- ☆83Updated 2 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 4 months ago
- Synchronization and asynchronous computation package for Go☆268Updated last month
- Finite State Machine package in Go☆81Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- create type dynamically in Golang☆23Updated 5 years ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 7 months ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆116Updated last year
- Machine is a workflow/pipeline library for processing data☆163Updated 3 weeks ago
- The size of variable at runtime☆150Updated last year
- Provides SIMD within a register (SWAR) primitives in Golang☆53Updated 3 months ago
- MUS format serializer for Go☆116Updated last month
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆83Updated 7 months ago
- Generic manual memory management for golang☆180Updated 7 months ago
- In-memory vector index for Go☆160Updated last month
- Generic sorted map for Go with red-black tree under the hood☆65Updated 3 years ago
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆250Updated 3 months ago
- A better Generic Pool (sync.Pool)☆68Updated 4 months ago
- 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…☆163Updated last year
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years ago
- A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.☆103Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆313Updated 2 weeks ago