Skip to main content

Module uniq

Module uniq 

Source

Structs§

UniqConfig
Configuration for uniq processing

Enums§

AllRepeatedMethod
How to delimit groups when using –all-repeated
GroupMethod
How to delimit groups when using –group
OutputMode
Output mode for uniq

Functions§

process_uniq
Main streaming uniq processor. Reads from input, writes to output.
process_uniq_bytes
Process uniq from a byte slice (mmap’d file). Zero-copy, no per-line allocation.