Contrasting Parallelized with Sequential Sorting
DOI:
https://doi.org/10.31224/2480Keywords:
Parallel Computing, Sorting Algorithms, GPU, MicroprocessorsAbstract
Sorting is one of the important Data Management Techniques that is quite commonly operated on Data Structures. It has been proved that best, any sorting algorithm can do, in asymptotic versions is , when the iterations are made to run in sequential manner. But what if we parallelize them? Architectural advancements, like Amdahl’s Law have made use of the concept of Parallelism, and have successfully revolutionized the computing power of the microprocessors. In this paper, we will try to push the limit of computing, by making use of Graphical Processing unit and will briefly compare the efficiency of the algorithms acquainted with both the techniques, sequential as well and parallel in terms of running time. In the first section, we have included some of the preexisting works on this topic, and have mentioned about scopes of further improvement. From the next section onwards, we have slowly put together all the pillars required to support our work.
Downloads
Downloads
Posted
Versions
- 2022-08-10 (2)
- 2022-07-28 (1)
License
Copyright (c) 2022 Anurag Dutta
This work is licensed under a Creative Commons Attribution 4.0 International License.