Hacker News new | ask | show | jobs
by jelder 362 days ago
I hadn't heard of tokei before, so I tried it on a small project of mine.

Tokei _finishes_ before cloc can print its help text. I wrote this post in less time than it took `cloc .` to count all the files in my project, probably because it doesn't know to ignore `target/`.

1 comments

> Tokei _finishes_ before cloc can print its help text.

cloc is a Perl script, so it has the interpreter startup time.