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 ...

Artifacts using Externalsortinginjava (13)
Sort by:Popular

WikiBrain Core
Last Release on Jan 16, 2018
Nuxeo Core Bulk Module
Last Release on Jan 22, 2019
hltri-util
Last Release on Mar 26, 2018
MedSavant Shared Libraries Between The Client and The Server
Last Release on Sep 18, 2018
WikiBrain Phrases
Last Release on Jan 16, 2018
MedSavant Server Engine
Last Release on Sep 17, 2018
Trusty URI implementation for Java
Last Release on Apr 24, 2026
POM was created from install:install-file
Last Release on Sep 18, 2024
This project is a benchmark for entity annotation and disambiguation tools.
Last Release on Jun 17, 2025
Data analysis and manipulation library with parallel computing for larger-than-memory datasets
Last Release on Oct 10, 2023