Piotr Osiewicz

Results 24 issues of Piotr Osiewicz

Since we're using harness=false, there's no way to filter benchmarks by their name currently.

enhancement

https://valgrind.org/docs/manual/manual-core.html `--trace-children` allows one to profile processes spawned by the profiled process. This should come in handy for profiling things like miri, which are spawned by other processes. Note that...

command-line

This picks up work from #383 . This PR is a bit simpler, as it doesn't include any changes for `CharacterSet` (which have already been applied in the meantime). I've...

In [Zed](https://github.com/zed-industries/zed), we've noticed that deserialization of CompletionResponse takes non-trivial amount of time (it takes ~380ms to deserialize a 60MB of JSON). We've attributed it to #[serde(untagged)] and rewrote the...