News

Parallel Merge Sort is an optimized version of the classic Merge Sort algorithm that divides data into smaller chunks and sorts them concurrently using multiple threads. This repository presents a ...
In this paper, we implement Maxsort, a high-parallel in-memory data sorting architecture utilizing resistive random access memory (RRAM). The Maxsort architecture is deployed and experimentally ...
Parallel query processing in database systems has been actively investigated for the past several years. When several queries execute at the same time, all parallel tasks will compete for access to ...
GPU-based sorting algorithms have emerged as a crucial area of research due to their ability to harness the immense parallel processing power inherent in modern graphics processing units.