- libcommons-csv-java (>= 1.9.0)
This Java class enables sorting large file without first loading them
into memory. It is using External Sorting by dividing the files into
small blocks, sort each block in RAM, and then merge the result. Many
database engines and the Unix sort command support external sorting.
It is possible to sort in a non-lexicographic order.
Installed Size: 53.2 kB
Architectures: all