Andrés Margalef
Andrés Margalef
@feywind did you find any solution?
I think more explícit is better and because is a request and responde body, then i like HttpBody
@quininer I will try that code, have you seen some improvement in performance?
Tokio is working on io-uring [here](https://github.com/tokio-rs/tokio-uring)
The motivation is latency reduction removing extra work like allocations, right now i'm building an example application using wasmtime to test locally ours filters using this patch vs master. I...
The latency reduction is ~30%, the "toy" benchmark runs 1000 iterations and calculate the avg in nanos. The test call only one get_property using a vec vs get_property_path, and on...
Hi @PiotrSikora , do you think it makes sense to merge this pull request? Do not hesitate to tell me about any changes you see that need to be made...
Sadly not. We have a lot of metrics, at work we had a similar problem using envoyproxy with a sink to a datadog agent. Every time a requests arrives, some...
The fix was upgrading from rust 1.70 to 1.78