@la_ninpre I tried. `head` performs better. I wanted to use `awk` only, but it was much slower than `head` and `grep`.
Top-level
@la_ninpre I tried. `head` performs better. I wanted to use `awk` only, but it was much slower than `head` and `grep`. 2 comments
@la_ninpre I have people running it even over git-bash.exe so I can't pick and choose much :( |
@caffeine hmmm, interesting, but it kinda makes sense. my intuition is that maybe busybox versions of these tools will be faster than gnu coreutils. but i haven't tested it yet.