cloudflare / cloudflare/pingora
Performance: remove async-trait
Open
dependencies
- Dominant language
- Rust
- Stars
- 27.4k
- Forks
- 1.7k
- Avg merge
- 6h 22m
- Merged PRs (30d)
- 3
Description
Since async trait is now stable in rust. We can think of removing relying on the the async-trait macro, which requires returning Boxed Future which is less efficient than using rust native async trait.
Contributor guide
Assessment
This issue has not been assessed yet.