Comment on Resource efficient Thread Pools with ZigparentComments−masklinn4yThe same occurs with Rust, we can even see that the no-op recompilation takes about 20ms.It’s obviously just a rough estimate / comparison otherwise it’d be using hyperfine or something along those lines.−nessex4yThis is not the case, it measures the time between two points in the code at runtime and prints that[1].[1] https://github.com/kprotty/zap/blob/blog/benchmarks/rust/ray...
Comments
The same occurs with Rust, we can even see that the no-op recompilation takes about 20ms.
It’s obviously just a rough estimate / comparison otherwise it’d be using hyperfine or something along those lines.
This is not the case, it measures the time between two points in the code at runtime and prints that[1].
[1] https://github.com/kprotty/zap/blob/blog/benchmarks/rust/ray...