节点文献

排序算法在龙芯3A上的优化实现

Optimized Implementation of Sorting Algorithm on Loongson 3A

  • 推荐 CAJ下载
  • PDF下载
  • 不支持迅雷等下载工具,请取消加速工具后下载。

【作者】 翁玉萍顾乃杰李恺陈强

【Author】 WENG Yu-ping,GU Nai-jie,LI Kai,CHEN Qiang(Anhui Province Key Laboratory of Computing and Communication Software,School of Computer Science and Technology,University of Science and Technology of China,Hefei 230027,China)

【机构】 中国科学技术大学计算机科学与技术学院安徽省计算与通讯软件重点实验室

【摘要】 分析归并排序算法和快速排序算法,根据国产CPU龙芯3A的体系结构特性,提出2种优化算法并进行实现。综合利用访存特性,引入拷贝优化、循环展开、交换操作优化和不同基本排序混用等优化技术。测试结果表明,在不影响排序稳定性的前提下,与Glibc 2.11库中的排序函数相比,2种优化算法均能提升16.9%~90.5%的排序性能。

【Abstract】 Through analysis of the characteristics of merging sorting and quick sorting,this paper presents two optimized algorithms specially for Loongson 3A CPU’s features.To boost the performance,it adapts various optimizing techniques including utilize the characteristic of memory access,copy optimization,loop unrolling,operation exchanging and compounding different basic sorting algorithms.Without losing the robustness,sorting performance on Loongson 3A is improved by about 16.9% to 90.5% in different situations,compared to the sorting function in Glibc 2.11.

【基金】 国家“863”计划基金资助项目(2008AA010902);国家自然科学基金资助项目(60803066)
  • 【文献出处】 计算机工程 ,Computer Engineering , 编辑部邮箱 ,2011年20期
  • 【分类号】TP301.6
  • 【下载频次】82
节点文献中: 

本文链接的文献网络图示:

本文的引文网络