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.
☆43Updated 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 10 months ago
- a thread-safe concurrent map for go☆100Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 8 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- Generic manual memory management for golang☆189Updated 11 months ago
- Golang lock-free Hashmap and List☆71Updated 3 years 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 2 years ago
- A Kafka log inspired in-memory and append-only data structure☆136Updated this week
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 10 months ago
- Machine is a workflow/pipeline library for processing data☆164Updated this week
- Generic goroutine pool: Submit, Map, Async.☆72Updated 2 years ago
- Provides SIMD within a register (SWAR) primitives in Golang☆53Updated 6 months ago
- Synchronization and asynchronous computation package for Go☆281Updated 5 months ago
- A fast WebSocket implementation for fasthttp and net/http. Supporting concurrent R/W operations by default.☆90Updated 4 years ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆118Updated last year
- A better Generic Pool (sync.Pool)☆69Updated 8 months ago
- ☆85Updated 6 months ago
- create type dynamically in Golang☆23Updated 5 years ago
- A type-to-type copy function code generator.☆48Updated 2 months ago
- MUS format serializer for Go☆119Updated last month
- 🪡 Dead simple, lightweight tracing.☆90Updated 4 years ago
- Compact, sortable and fast unique IDs with embedded metadata.☆94Updated 4 years ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆85Updated 11 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆326Updated last month
- Nullable Go types that can be marshalled/unmarshalled to/from JSON.☆38Updated 4 years ago
- Simplicity-focused, template based SQL query builder☆66Updated 2 years ago
- A set of performant rate limiters for Go☆91Updated last year
- Package for fast copying structs of different types☆52Updated 4 years ago