XAMPPRocky / tokei

Count your code, quickly.
Other
10.51k stars 504 forks source link

Tokei performance issues with binary files #1082

Open thunder-coding opened 2 months ago

thunder-coding commented 2 months ago

It seems like tokei has large performance issues with binary files.

Steps to reproduce:

  1. Take any large codebase which produces lots of binaries on compilation (for example nodejs runtime)
  2. Run tokei. Tokei completes within a second.
  3. Build the project from source.
  4. tokei now has strokes and takes long time to complete