1 Repo
Frameworks for parallelizing data collection operations across multiple CPU cores.
Distinct from Custom Parallel Task Execution: Distinct from Custom Parallel Task Execution: focuses specifically on collection-based data processing rather than general task decomposition.
Explore 1 awesome GitHub repository matching development tools & productivity · Concurrent Collection Processors. Refine with filters or upvote what's useful.
This library is a collection of generic utilities for the Go programming language designed to simplify the manipulation of slices and maps. It provides a functional toolkit that enables developers to perform data transformations, such as filtering, mapping, and reducing, while maintaining strict type safety through the use of language-level generics. The project distinguishes itself by offering a dual approach to data processing that balances functional programming patterns with performance-oriented execution. It supports both immutable functional pipelines for predictable state transitions a
Executes collection operations in parallel using background tasks to improve performance.