期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
Accelerating Large-Scale Sorting through Parallel Algorithms
1
作者 Yahya Alhabboub Fares Almutairi +3 位作者 Mohammed Safhi Yazan Alqahtani Adam Almeedani Yasir Alguwaifli 《Journal of Computer and Communications》 2024年第1期131-138,共8页
This study explores the application of parallel algorithms to enhance large-scale sorting, focusing on the QuickSort method. Implemented in both sequential and parallel forms, the paper provides a detailed comparison ... This study explores the application of parallel algorithms to enhance large-scale sorting, focusing on the QuickSort method. Implemented in both sequential and parallel forms, the paper provides a detailed comparison of their performance. This study investigates the efficacy of both techniques through the lens of array generation and pivot selection to manage datasets of varying sizes. This study meticulously documents the performance metrics, recording 16,499.2 milliseconds for the serial implementation and 16,339 milliseconds for the parallel implementation when sorting an array by using C++ chrono library. These results suggest that while the performance gains of the parallel approach over its serial counterpart are not immediately pronounced for smaller datasets, the benefits are expected to be more substantial as the dataset size increases. 展开更多
关键词 sorting Algorithm quick Sort quickSort Parallel Parallel Algorithms
下载PDF
快速外分类算法设计与分析
2
作者 何文趋 《郑州大学学报(理学版)》 CAS 1987年第2期26-30,57,共6页
§1 引言数据库文件的分类是数据处理的重要课题之一,它直接影响数据库的检索效率。目前外分类算法中多数采用分类归并方法[1][2],分类归并过程一般先逐段执行内分类,每次读入内存缓冲区所能容纳的数据,选择一内分类算法将数据整理... §1 引言数据库文件的分类是数据处理的重要课题之一,它直接影响数据库的检索效率。目前外分类算法中多数采用分类归并方法[1][2],分类归并过程一般先逐段执行内分类,每次读入内存缓冲区所能容纳的数据,选择一内分类算法将数据整理成有序串,并根据归并的散布算法输出这些有序串,然后数据在内外存间进行归并,以形成一个最终的有序串。 展开更多
关键词 sort algorithm quick sort time complexity.
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部