Hacker News new | ask | show | jobs
by noamteyssier 240 days ago
I think you'd still need to go through that if you were really optimizing both `sort` and `uniq` working with their constraints.

What I'm really optimizing here is the functional equivalent of `sort | uniq -c | sort -n`