awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSynchronous Aggregators

Transducers that group stream elements into batches and emit them only when the transducer produces output.

Distinct from Stream Aggregation: Distinct from Stream Aggregation: focuses on synchronous batching via transducers, not terminal collection of all elements.

Explore 1 awesome GitHub repository matching software engineering & architecture · Synchronous Aggregators. Refine with filters or upvote what's useful.

Awesome Synchronous Aggregators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zio/zioAvatar de zio

    zio/zio

    4,347Voir sur GitHub↗

    ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with

    Provides synchronous stream aggregation using transducers for batching.

    Scalaasynchronicityasynchronousasynchronous-programming
    Voir sur GitHub↗4,347
  1. Home
  2. Software Engineering & Architecture
  3. Stream Aggregation
  4. Synchronous Aggregators