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

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

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

4 个仓库

Awesome GitHub RepositoriesConcurrent HTTP Clients

Tools that execute multiple HTTP requests in parallel to optimize network retrieval.

Distinct from Concurrent Request Racers: Distinct from 'Request Racers' as it focuses on parallel retrieval and connection reuse, not just the first success.

Explore 4 awesome GitHub repositories matching networking & communication · Concurrent HTTP Clients. Refine with filters or upvote what's useful.

Awesome Concurrent HTTP Clients GitHub Repositories

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

    aosabook/500lines

    29,582在 GitHub 上查看↗

    This project is a software engineering educational resource providing a collection of canonical system implementations. It serves as a library of computer science case studies and polyglot code examples designed to demonstrate architectural tradeoffs and design patterns through concise versions of fundamental software components. The repository focuses on studying the implementation of core concepts such as consensus algorithms, interpreters, and database engines. It provides minimal versions of complex systems to facilitate the analysis of language design, data structure implementation, and

    Implements parallel HTTP request execution and connection reuse to accelerate web page retrieval.

    JavaScript
    在 GitHub 上查看↗29,582
  • hirak/prestissimohirak 的头像

    hirak/prestissimo

    6,122在 GitHub 上查看↗

    Prestissimo is a plugin for the PHP Composer package manager that implements parallel dependency downloading to reduce total installation time. It serves as an extension for the PHP ecosystem, acting as a concurrent dependency downloader. The project optimizes the retrieval of external libraries by replacing the standard sequential download process with parallel HTTP requests. This concurrency allows multiple dependency archives to be fetched simultaneously. The plugin handles the PHP dependency management workflow by managing concurrent HTTP streams and using asynchronous I/O processing to

    Uses parallel HTTP requests to maximize network throughput when retrieving multiple dependency archives.

    PHP
    在 GitHub 上查看↗6,122
  • gopl-zh/gopl-zh.github.comgopl-zh 的头像

    gopl-zh/gopl-zh.github.com

    4,958在 GitHub 上查看↗

    本项目是 Go 编程语言综合指南的中文翻译版。它作为一个本地化的教育资源和技术手册,旨在为语言语法、设计和软件开发提供指导。 该资源涵盖了广泛的 Go 语言教育内容,包括编程模式的实现和系统设计。它包含翻译后的课程和示例,重点关注并发和接口使用等核心语言特性。 内容跨越了多个能力领域,包括语言基础、数据建模、运行时反射和内存管理。它还详细介绍了软件架构、错误处理、质量保证和 Web 网络编程。 该文档结构为技术手册,包含翻译内容、勘误和修正,以确保学习的准确性。

    Demonstrates how to execute multiple HTTP requests in parallel to optimize network data retrieval.

    Goprogramming-language
    在 GitHub 上查看↗4,958
  • php-http/client-commonphp-http 的头像

    php-http/client-common

    1,050在 GitHub 上查看↗

    This library provides a standardized abstraction layer for PHP HTTP clients, enabling consistent request handling across diverse network transport implementations. It serves as a foundational toolkit for developers to manage network communication through unified interfaces, ensuring that application logic remains decoupled from specific underlying transport libraries. The project distinguishes itself through a decorator-based pipeline and a plugin-driven lifecycle system. These mechanisms allow for the interception and modification of request and response data, as well as the injection of cus

    Executes multiple HTTP requests in parallel to optimize network retrieval and connection reuse.

    PHP
    在 GitHub 上查看↗1,050
  1. Home
  2. Networking & Communication
  3. Concurrent HTTP Clients