CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/24 10:59:28
Modified files:
usr.bin/uniq : uniq.c
Log message:
uniq(1): skip() each input line only once
In uniq(1), skip() is very expensive. We should only do it once per
input line. Doing it more than once is redundant, anyway.
Thread: https://marc.info/?l=openbsd-tech&m=163950278018535&w=2
ok millert@
