awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

1 repositorio

Awesome GitHub RepositoriesLazy Transformations

Transforms sequence elements using blocks to create new sequences where values remain unresolved until explicitly accessed.

Distinct from Sequence Transformations: Distinct from Sequence Transformations: focuses on deferred (lazy) evaluation of transformations rather than eager mapping algorithms.

Explore 1 awesome GitHub repository matching data & databases · Lazy Transformations. Refine with filters or upvote what's useful.

Awesome Lazy Transformations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • reactivex/rxkotlinAvatar de ReactiveX

    ReactiveX/RxKotlin

    7,041Ver en GitHub↗

    RxKotlin is a reactive programming library and asynchronous stream processor that provides Kotlin language extensions for composing event-based data streams. It serves as a set of Kotlin bindings for RxJava, allowing developers to transform, filter, and flatten sequences of data emitted over time. The library focuses on integrating RxJava patterns into Kotlin projects by applying language-specific conventions and idioms. It utilizes extension functions to simplify reactive programming patterns, reduce boilerplate, and optimize workflows within the reactive ecosystem. The toolkit covers a bro

    Employs lazy transformations on data streams, ensuring operations are only executed upon observer subscription.

    Kotlinkotlinrxjava
    Ver en GitHub↗7,041
  1. Home
  2. Data & Databases
  3. Sequence Transformations
  4. Lazy Transformations