Dan Burkert
Dan Burkert
Adding on to the ‘please don’t change this’ pile - this would be a very invasive breaking change for prost users if enabled by default. As for configuration APIs, quoting...
Unfortunately I can't share the data file, sorry.
If there's an easy way to strip the backtraces out, or otherwise replace them with placeholders I'd be able to share. I'm not aware of any such tool though.
Thanks. It may take me a bit of time to send you a link. I tried to find the offending file yesterday but it seems like I may have deleted...
Hi @briansmith. Unfortunately I will not have any time soon to wrap it up. The notes you gave are good, and if I get time to revisit in the future...
Great - I'm trying to solve one such instance in our system where a trusted, but buggy, warehouse is writing out parquet files with invalid utf-8 bytes. I'll try and...
The promised PR which removes duplication among the top offender (`FramedRead::decode_frame`): https://github.com/hyperium/h2/pull/484
Checking back in here. The story has gotten better since September, with both #509 and #503 having landed. I'm still seeing significant bloat in my example application, here are some...
@Marwes I'm curious, as part of #503 did you try adding `#[inline(never)]` to some of the outlined functions? I would have expected that PR to have reduced the # of...
Here's a bit more info, on the same application, but a different commit, so the bloat output shouldn't necessarily be compared to above. I have verified through `cargo tree -d`...