1 repositorio
Iterates over sequence elements at timed intervals without blocking the main thread.
Distinct from Async Iterable Streams: Distinct from Async Iterable Streams: focuses on timed interval iteration rather than general async streaming.
Explore 1 awesome GitHub repository matching data & databases · Timed Async 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
Iterating over sequence elements at timed intervals without blocking the main thread, enabling asynchronous data processing.