An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.4% dependent repos on repo1.maven.org
Top 1.3% docker downloads on repo1.maven.org

repo1.maven.org : 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.

Registry - Source - Homepage - Documentation - JSON
purl: pkg:maven/com.google.code.externalsortinginjava/externalsortinginjava
Keywords: external-memory , java , sort
License: Unlicense
Latest release: over 2 years ago
First release: about 12 years ago
Namespace: com.google.code.externalsortinginjava
Dependent packages: 5
Dependent repositories: 42
Stars: 258 on GitHub
Forks: 103 on GitHub
Docker dependents: 11
Docker downloads: 5,156,979
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/lemire
Last synced: 18 days ago

    Loading...
    Readme
    Loading...