Sorting Data on Ultra-Large Scale with RADULS. New Incarnation of Radix Sort

December 08, 2016 Β· Declared Dead Β· πŸ› International Conference -Beyond Databases, Architectures, and Structures

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Marek Kokot, Sebastian Deorowicz, Agnieszka Debudaj-Grabysz arXiv ID 1612.02557 Category cs.DS: Data Structures & Algorithms Cross-listed cs.PF Citations 14 Venue International Conference -Beyond Databases, Architectures, and Structures Last Checked 3 months ago
Abstract
The paper introduces RADULS, a new parallel sorter based on radix sort algorithm, intended to organize ultra-large data sets efficiently. For example 4G 16-byte records can be sorted with 16 threads in less than 15 seconds on Intel Xeon-based workstation. The implementation of RADULS is not only highly optimized to gain such an excellent performance, but also parallelized in a cache friendly manner to make the most of modern multicore architectures. Besides, our parallel scheduler launches a few different procedures at runtime, according to the current parameters of the execution, for proper workload management. All experiments show RADULS to be superior to competing algorithms.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted