Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Possibly migrating from Axum to Actix-web #39

@0x676e67

Description

@0x676e67

The reason for the migration is due to HTTP/2 performance issues. The h2 library has not been optimized for multi-core performance — it shares a single h2 instance to handle connections. In contrast, Actix-web uses per-core thread binding, with each thread having its own h2 instance, so there is no lock contention. For details, please see PR: deps-rs/deps.rs#229 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions