help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Counting words, fast!


From: Jesse Hathaway
Subject: Counting words, fast!
Date: Tue, 16 Mar 2021 16:31:59 -0500

Ben Hoyt wrote a fun blog post on counting words,
https://benhoyt.com/writings/count-words, I wrote a Bash version with
as many optimizations as I could find[1], I would love any suggestions
on any substantial optimizations, the code is attached. The full
repo and test file is here: https://github.com/benhoyt/countwords

Yours kindly, Jesse

[1]: https://github.com/benhoyt/countwords/pull/66

Attachment: optimized.bash
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]