You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we wanna have a benchmark showcasing all of the available http client, to help us in choosing the fastest.
our main overhead in Conductor as a gateway layer relies within fetching sources. if we can replace our current http client which is reqwest with something 2-10X faster, we've roughly proportionally made Conductor faster at the same ratio. https://github.com/YassinEldeeb/rust-embedded-langs-vs-native-benchmark
The text was updated successfully, but these errors were encountered:
we wanna have a benchmark showcasing all of the available http client, to help us in choosing the fastest.
our main overhead in Conductor as a gateway layer relies within fetching sources. if we can replace our current http client which is
reqwest
with something 2-10X faster, we've roughly proportionally made Conductor faster at the same ratio.https://github.com/YassinEldeeb/rust-embedded-langs-vs-native-benchmark
The text was updated successfully, but these errors were encountered: