externalsortinginjava
External Sorter
A Java library for sorting large files using an external memory algorithm
External-Memory Sorting in Java
254 stars
21 watching
102 forks
Language: Java
last commit: over 1 year ago
Linked from 1 awesome list
external-memoryjavasort
Related projects:
Repository | Description | Stars |
---|---|---|
mattreecebentley/plf_indiesort | A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
lemire/javafastpfor | A Java library for compressing arrays of integers efficiently | 538 |
lemire/rollinghashjava | Provides an implementation of rolling hash functions in Java for efficient string hashing and indexing. | 75 |
sindresorhus/alpha-sort | A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
sqve/sort.nvim | A plugin that simplifies text sorting in Neovim by providing an intuitive command-line interface for both line-wise and delimiter-based sorting. | 137 |
tompazourek/naturalsort.extension | An extension to StringComparison that adds support for natural sorting of strings | 171 |
narimiran/sorta | An implementation of sorted data structures using B-Trees in the Nim programming language | 17 |
yourbasic/radix | A fast string sorting algorithm implemented in Go. | 192 |
cue/polarbear | A tool to diagnose OutOfMemoryError conditions in Java applications | 21 |
wildgums/orc.sort | Provides a collection of algorithms for sorting data in a programming language | 17 |
vorburger/ch.vorburger.exec | A Java library to launch and manage external processes from within a Java application. | 30 |
dancouper/natural_sort | A sorting function for natural ordering of strings containing numbers | 14 |
scijava/native-lib-loader | Tools to extract and load native libraries from Java archives. | 186 |
lemire/simdcomp | A library for fast integer compression using SIMD instructions | 490 |
lukas-reineke/cmp-under-comparator | A function to modify completion suggestions in nvim-cmp so they are sorted based on their starting characters. | 186 |