Join Nostr
2025-12-26 04:31:57 UTC

Rusty Russell on Nostr: Second Rust crate, re-implementing a utility I had written several times and see. ...

https://crates.io/crates/linestats

Second Rust crate, re-implementing a utility I had written several times and see. This one takes a more thorough approach and handles corner cases a bit better. I also added percentile support which is actually quite cute.

Basically, if you have a pile of text lines, which contains some numbers, something like you've run a benchmark 20 times, produced a pile of output, line stats will gather similar lines and show you the stats on the numbers.