coreutils/src/uu/uniq
Chirag Jadwani 3bb99e7047 uniq: avoid building list of duplicate lines
This reduces memory usage by only storing two lines of the input file at
a time. The current implementation first builds a list of all duplicate
lines ('group') and then decides which lines of the group should be
printed.
2021-04-19 17:02:59 +05:30
..
src uniq: avoid building list of duplicate lines 2021-04-19 17:02:59 +05:30
Cargo.toml uniq: implement group option 2021-04-04 15:22:17 +05:30