Hey!
I just formatted some code: quoting variables, replacing some calls of grep with bash tests, and some general speed improvements by shortening some of the text filtering. Great program and nothing I did was necessary but this module is solid so I figured I'd give it a shot. I benchmarked the changes with hyperfine and they shave off about 3ms of runtime.
Hey! I just formatted some code: quoting variables, replacing some calls of
grep
with bash tests, and some general speed improvements by shortening some of the text filtering. Great program and nothing I did was necessary but this module is solid so I figured I'd give it a shot. I benchmarked the changes withhyperfine
and they shave off about 3ms of runtime.