Hacker News new | ask | show | jobs
by 0xd34df00d 2322 days ago
wc was actually slower with LC_ALL=C as opposed to ru_RU.UTF-8 that my system normally runs with (about 10 s against 7.2 s).

Which actually raises a good question of whether I should have been comparing with that one — but that'd probably raise more questions and lead to more people accusing me of cheating in favour of Haskell.

2 comments

The only way I can think of this could be true is if you made a mistake in setting an env var.
Well, counting characters is obviously different from counting bytes when the characters are UTF-8 encoded, or UTF-32.