awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zio/ziozio 的头像

    zio/zio

    4,347在 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
    在 GitHub 上查看↗4,347
  1. Home
  2. Software Engineering & Architecture
  3. Stream Aggregation
  4. Synchronous Aggregators