HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by LegionMammal978

Comment by LegionMammal978 10 months ago

0 replies

View on Hacker News

At least the GNU version of wc [0] uses AVX2 for line counting, if available. Though it falls back to a simple character-by-character loop if you ask for a character count [not to be confused with a byte count!] or a word count.

[0] https://git.savannah.gnu.org/cgit/coreutils.git/tree/src/wc_...