Viewing profile — kiwec
kiwec
HN member- Joined
- Mon, Nov 25, 2019, 6:56 AM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About kiwec
No profile information was provided.
Recent public activity
-
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…
-
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…