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

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

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

1 个仓库

Awesome GitHub RepositoriesHTTP Request Processing Frameworks

Frameworks that pass HTTP request data between layers using pointer references instead of duplicating memory buffers.

Distinct from Zero-Copy: Distinct from Zero-Copy: specifically applies zero-copy to HTTP request processing, not general serialization.

Explore 1 awesome GitHub repository matching data & databases · HTTP Request Processing Frameworks. Refine with filters or upvote what's useful.

Awesome HTTP Request Processing Frameworks GitHub Repositories

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

    phalcon/cphalcon

    10,829在 GitHub 上查看↗

    Phalcon is a full-stack PHP web framework implemented as a compiled C extension that loads directly into the PHP interpreter. Rather than executing PHP scripts at runtime, the framework runs as a native C module, bundling routing, ORM, templating, and caching into immutable structures compiled at build time. This architecture hooks directly into PHP's internal Zend Engine API to bypass userland function call overhead, processes HTTP requests through a C-level event pipeline, and passes data between layers using pointer references instead of duplicating memory buffers. The framework manages ob

    Passes HTTP request data between layers using pointer references instead of duplicating memory buffers.

    PHPext-phalconextensionframework
    在 GitHub 上查看↗10,829
  1. Home
  2. Data & Databases
  3. Serialization Frameworks
  4. Zero-Copy
  5. HTTP Request Processing Frameworks