Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide 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. But what if you want to avoid a database? Or what if you want to sort in a non-lexicographic order? Or maybe you just want a simple external sorting example?
When we could not find such a simple ...
Compile Dependencies (1)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
CSV
Apache 2.0
| org.apache.commons
»
commons-csv The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. | 1.9.0 | 1.14.1 |
Test Dependencies (2)
Managed Dependencies (3)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Profilers
Apache 2.0
| com.github.jbellis
»
jamm Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead. | 0.3.1 | 0.4.0 | |
Testing
EPL 2.0
| junit
»
junit JUnit Jupiter is the API for writing tests using JUnit 5. | 4.13.1 | 6.0.3 | |
CSV
Apache 2.0
| org.apache.commons
»
commons-csv The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. | 1.9.0 | 1.14.1 |
