awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesTimed Interval Iterators

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.

Awesome Timed Interval Iterators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dtao/lazy.jsAvatar von dtao

    dtao/lazy.js

    5,975Auf GitHub ansehen↗

    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.

    JavaScript
    Auf GitHub ansehen↗5,975
  1. Home
  2. Data & Databases
  3. Collection Iterators
  4. Asynchronous Iterators
  5. Timed Interval Iterators