Live data from Hacker News

Viewing profile — kiwec

kiwec

HN member
Joined
Mon, Nov 25, 2019, 6:56 AM UTC
HN karma
3
Public activity
2 items

About kiwec

No profile information was provided.

Recent public activity

  1. comment
    Comment #21626073

    For some reason, wc is even slower with LANG=C. cat words.txt | time wc -w 13018291 0.76 user 0.01 system 0:00.78 elapsed That's on the default wc build of void linux, and not in a…

  2. comment
    Comment #21626056

    After editing my code to use EOF == 0, I get : 19.55 user 21.49 system 0:41.13 elapsed However, you're using 8-bit cells, so the resulting word count is incorrect. In case you're w…