-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request