An open API service providing repository metadata for many open source software ecosystems.

Package Usage: maven: com.google.code.externalsortinginjava:externalsortinginjava

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 program, we wrote one.
20 versions
Latest release: about 2 years ago
5 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/repo1.maven.org/packages/com.google.code.externalsortinginjava:externalsortinginjava

Dependent Repos 1

AC-Rennes-OpenSource/nuxeo Fork of osivia/nuxeo
Content management platform to build modern business applications

Size: 360 MB - Last synced: 7 days ago - Pushed: over 2 years ago