1 Repo
Iterates over sequence elements at timed intervals without blocking the main thread.
Distinct from Asynchronous Iterators: Distinct from Asynchronous Iterators: focuses on timed interval iteration rather than chunked streaming for database records.
Explore 1 awesome GitHub repository matching data & databases · Timed Interval Iterators. Refine with filters or upvote what's useful.
Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams. It defers all computation until iteration begins, building chains of transformations that execute only when values are consumed, avoiding intermediate arrays and buffering. The library wraps data sources into a uniform sequence interface, enabling operations like map and filter to be chained together without materializing intermediate results. The library extends lazy processing beyond simple collections to handle asynchronous data sources, DOM events, strings, and Node.js stre
Iterate over sequence elements at timed intervals without blocking the main thread.