1 repository
Libraries providing utilities for incremental, memory-efficient processing of large data sequences.
Distinct from Lazy Iterators: Distinct from lazy iterators: focuses on the library-level utility collection rather than individual iterator components.
Explore 1 awesome GitHub repository matching data & databases · Lazy Iterator Libraries. 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
Provides a comprehensive toolkit for memory-efficient, lazy data traversal and deferred computation of large or infinite sequences in Go.