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 (0)

Category/LicenseGroup / ArtifactVersionUpdates

Test Dependencies (2)

Category/LicenseGroup / ArtifactVersionUpdates
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.10.4.0
Testing EPL 2.0
junit » junit1 vulnerability
JUnit Jupiter is the API for writing tests using JUnit 5.
4.126.0.3

Managed Dependencies (2)

Category/LicenseGroup / ArtifactVersionUpdates
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.10.4.0
Testing EPL 2.0
junit » junit1 vulnerability
JUnit Jupiter is the API for writing tests using JUnit 5.
4.126.0.3