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 ...