awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesTimed Async Iterators

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.

Awesome Timed Async Iterators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dtao/lazy.jsAvatar dtao

    dtao/lazy.js

    5,975Vezi pe GitHub↗

    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.

    JavaScript
    Vezi pe GitHub↗5,975
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Batch Processing Systems
  5. Data Iterators
  6. Async Iterable Streams
  7. Timed Async Iterators