Post #1111180
2026-03-12 12:09 UTC
I realise the "blazing fast" meme is getting very old at this point, but it's genuinely so much fun making Rust code even faster. You often end up with simpler, cleaner, more idiomatic code too.
The original C pbulk presolve code takes:
real 0m35.686s
user 0m35.229s
sys 0m0.163s
Bob was already much faster:
real 0m2.115s
user 0m1.677s
sys 0m0.174s
But the new code is ridiculously (some might say blazing) fast:
real 0m0.506s
user 0m0.396s
sys 0m0.106s
#pkgsrc
Replies (0)
No replies.