libexternalsortinginjava-java
External-Memory Sorting in Java
Description
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.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libexternalsortinginjava-java