cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.21k stars 1.1k forks source link

Potential Usage of AFIT/RPITIT Feature in Pingora's Asynchronous Trait #293

Closed QingJuBaiTang closed 3 days ago

QingJuBaiTang commented 1 week ago

I noticed that the async trait is currently defined using the async_trait crate. I wonder if there are any plans to redefine or create a new set using the latest AFIT/RPITIT features? Would this approach help in enhancing the performance of this project? Looking forward to hearing your thoughts.

taikulawo commented 1 week ago

AFIT is not object-safety currently, you can't write Box<dyn AFIT>

github-actions[bot] commented 4 days ago

This question has been stale for a week. It will be closed in an additional day if not updated.

github-actions[bot] commented 3 days ago

This issue has been closed because it has been stalled with no activity.