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

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

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

2 个仓库

Awesome GitHub RepositoriesCollapsing Batch Requests

Combining concurrent identical requests into a single efficient batch call.

Distinct from API Call Batching: Combines request collapsing (deduplication) with batching (grouping different requests), whereas API Call Batching [f18_mt1] only groups.

Explore 2 awesome GitHub repositories matching data & databases · Collapsing Batch Requests. Refine with filters or upvote what's useful.

Awesome Collapsing Batch Requests GitHub Repositories

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

    Netflix/Hystrix

    24,461在 GitHub 上查看↗

    Hystrix is a latency and fault tolerance library designed to prevent cascading failures in distributed systems. It functions as a circuit breaker implementation that monitors failure thresholds and opens circuits to isolate remote calls when downstream services degrade. The project distinguishes itself by providing multiple isolation mechanisms, utilizing dedicated thread pools and semaphores to ensure that latency in one dependency does not saturate the entire system. It also features a request collapsing and batching engine that groups concurrent calls into single executions to reduce the t

    Runs multiple remote calls concurrently while caching identical requests and collapsing them into a single batch.

    Java
    在 GitHub 上查看↗24,461
  • netflix/falcorNetflix 的头像

    Netflix/falcor

    10,572在 GitHub 上查看↗

    Falcor is a JavaScript library that models remote data as a single virtual JSON graph, providing a path-based query engine for efficient client-side data retrieval and updates. It represents multiple remote data sources as a unified document where entities are accessed via globally unique identity paths. The system distinguishes itself by treating the remote data model as a virtual JSON resource, allowing the client to query specific paths without managing individual endpoints. It uses a reference-aware graph model to handle many-to-many relationships and prevents data duplication. Network ef

    Merges multiple concurrent requests within a time window into a single network call to eliminate redundancy.

    JavaScript
    在 GitHub 上查看↗10,572
  1. Home
  2. Data & Databases
  3. Batch Processing
  4. Batch Matrix Multiplication Utilities
  5. Query Batching
  6. API Call Batching
  7. Collapsing Batch Requests