Hacker News new | ask | show | jobs
by Saphyel 481 days ago
My git pre-commits are usually calling other executables or other tools, so I'm not quite sure how much it matters how fast is the git pre-commit tool. Can we have a benchmark of a normal use case of how much time are we saving with this new tool?

or is this "Yet Another Rust Rewrite" (YARR)?

1 comments

Being written in rust instead of python or go probably doesn't matter that much. But being able to run multiple tasks in parallel, which hk claims to do, could make a big difference.