咨询与建议

限定检索结果

文献类型

  • 73 篇 期刊文献
  • 31 篇 会议
  • 1 篇 学位论文

馆藏范围

  • 105 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 92 篇 工学
    • 84 篇 计算机科学与技术...
    • 22 篇 电气工程
    • 15 篇 软件工程
    • 5 篇 信息与通信工程
    • 2 篇 电子科学与技术(可...
    • 2 篇 控制科学与工程
    • 1 篇 仪器科学与技术
    • 1 篇 纺织科学与工程
  • 24 篇 理学
    • 22 篇 数学
    • 2 篇 系统科学
    • 2 篇 统计学(可授理学、...
  • 10 篇 管理学
    • 9 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...

主题

  • 105 篇 parallel sorting
  • 10 篇 sorting network
  • 9 篇 sorting
  • 9 篇 fpga
  • 8 篇 sorting networks
  • 5 篇 radix sort
  • 5 篇 bitonic sort
  • 5 篇 merge sort
  • 4 篇 hypercube
  • 4 篇 cuda
  • 4 篇 gpu
  • 3 篇 parallel algorit...
  • 3 篇 parallel process...
  • 3 篇 fault tolerance
  • 3 篇 systolic arrays
  • 3 篇 integer sorting
  • 3 篇 quicksort
  • 3 篇 systolic array
  • 3 篇 bitonic sorting ...
  • 3 篇 hardware acceler...

机构

  • 2 篇 tallinn univ tec...
  • 2 篇 univ aizu dept c...
  • 2 篇 hosei univ dept ...
  • 2 篇 chinese univ hon...
  • 2 篇 univ florida dep...
  • 2 篇 chinese pla gen ...
  • 2 篇 new jersey inst ...
  • 2 篇 almaden research...
  • 2 篇 vinnytsia natl t...
  • 2 篇 univ rochester d...
  • 2 篇 jilin univ coll ...
  • 2 篇 chinese univ hon...
  • 1 篇 panovel technolo...
  • 1 篇 univ so denmark ...
  • 1 篇 univ utah sci co...
  • 1 篇 univ southern ca...
  • 1 篇 seoul natl univ ...
  • 1 篇 department of co...
  • 1 篇 macalester colle...
  • 1 篇 harvard univ ma ...

作者

  • 3 篇 hagerup t
  • 3 篇 norollah amin
  • 2 篇 qin jing
  • 2 篇 azar y
  • 2 篇 chow yc
  • 2 篇 cypher r
  • 2 篇 rjabov artjom
  • 2 篇 kazemi zahra
  • 2 篇 nassimi d
  • 2 篇 xie yongming
  • 2 篇 gao teng
  • 2 篇 peng shietung
  • 2 篇 langr daniel
  • 2 篇 huang lan
  • 2 篇 li yamin
  • 2 篇 zhao junping
  • 2 篇 chu wanming
  • 2 篇 fazeli mahdi
  • 2 篇 solomonik edgar
  • 2 篇 harsh vipul

语言

  • 96 篇 英文
  • 6 篇 其他
  • 3 篇 中文
检索条件"主题词=Parallel sorting"
105 条 记 录,以下是91-100 订阅
排序:
A security-aware hardware scheduler for modern multi-core systems with hard real-time constraints
收藏 引用
MICROPROCESSORS AND MICROSYSTEMS 2022年 95卷
作者: Norollah, Amin Beitollahi, Hakem Kazemi, Zahra Fazeli, Mahdi IUST Comp Engn Dept Tehran Iran Halmstad Univ Halmstad Sweden Grenoble INP LCIS Lab Grenoble France
In this paper, we propose an online security-aware hardware scheduler, the so-called Secure And Fast hardware Scheduler (SAFAS), for real-time task scheduling in multi-core systems in the presence of schedule-based si... 详细信息
来源: 评论
Index Key Compression and On-the-Fly Reconstruction of In-Memory Indexes
收藏 引用
JOURNAL OF DATABASE MANAGEMENT 2022年 第1期33卷
作者: Kwon, Yongsik Ryu, Cheol Cha, Sang Kyun Lee, Arthur H. Park, Kunsoo Moon, Bongki Seoul Natl Univ Seoul South Korea Seoul Natl Univ Grad Sch Data Sci Seoul South Korea SNU Big Data Inst Seoul South Korea State Univ New York Korea Comp Sci Incheon South Korea Seoul Natl Univ Dept Comp Sci & Engn Seoul South Korea Seoul Natl Univ Comp Sci & Engn Seoul South Korea
This article proposes an index key compression scheme based on the notion of distinction bits. It proves that the distinction bits of index keys are sufficient information to determine the sorted order of the index ke... 详细信息
来源: 评论
Routing by matching on convex pieces of grid graphs
收藏 引用
COMPUTATIONAL GEOMETRY-THEORY AND APPLICATIONS 2022年 104卷
作者: Alpert, H. Barnes, R. Bell, S. Mauro, A. Nevo, N. Tucker, N. Yang, H. Auburn Univ 221 Parker Hall Auburn AL 36849 USA Harvey Mudd Coll 320 East Foothill Blvd Claremont CA 91711 USA Willamette Univ 900 State St Salem OR 97301 USA Stanford Univ Bldg 380 Stanford CA 94305 USA Colorado Coll 14 E Cache La Poudre St Colorado Springs CO 80903 USA Juniata Coll 1700 Moore St Huntingdon PA 16652 USA MIT 77 Massachusetts Ave Cambridge MA 02139 USA
The routing number is a graph invariant introduced by Alon, Chung, and Graham in 1994, and it has been studied for trees and other classes of graphs such as hypercubes. It gives the minimum number of routing steps nee... 详细信息
来源: 评论
CPP11sort: A parallel quicksort based on C plus plus threading
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2022年 第4期34卷
作者: Langr, Daniel Schovankova, Klara Czech Tech Univ Fac Informat Technol Thakurova 9 Prague 16000 Czech Republic
A new efficient implementation of the multithreaded quicksort algorithm called CPP11sort is presented. This implementation is built exclusively upon the threading primitives of the C++ programming language itself. The... 详细信息
来源: 评论
New GPU sorting Algorithm Using Sorted Matrix
收藏 引用
Procedia Computer Science 2023年 218卷 1682-1691页
作者: Sumit Kumar Gupta Dr. Dhirendra Pratap Singh Dr. Jaytrilok Choudhary
The sorting of elements is vital in various real-life applications such as CPU scheduling in operating systems, recommendation systems based on search time, Television channels sorted based on view time, etc. But it b... 详细信息
来源: 评论
sorting Data Elements by SOCD Using Centralized Diamond Architecture
收藏 引用
Computer Technology and Application 2011年 第5期2卷 374-377页
作者: Masumeh Damrudi Kamal Jadidy Aval Computer Science Department Islamic Azad University Firoozkooh branch *** Iran
Several parallel sorting techniques on different architectures have been studied for many years. Due to the need for faster systems in today's world, parallelism can be used to accelerate applications. Nowadays, para... 详细信息
来源: 评论
AQSORT: SCALABLE MULTI-ARRAY IN-PLACE sorting WITH OPENMP
收藏 引用
SCALABLE COMPUTING-PRACTICE AND EXPERIENCE 2016年 第4期17卷 369-391页
作者: Langr, Daniel Tvrdik, Pavel Simecek, Ivan Czech Tech Univ Fac Informat Technol Dept Comp Syst Thakurova 9 Prague 16000 Czech Republic
A new multi-threaded variant of the quicksort algorithm called AQsort and its C++/OpenMP implementation are presented. AQsort operates in place and was primarily designed for high-performance computing (HPC) runtime e... 详细信息
来源: 评论
AN EFFICIENT sorting ALGORITHM WITH CUDA
收藏 引用
JOURNAL OF THE CHINESE INSTITUTE OF ENGINEERS 2009年 第7期32卷 915-921页
作者: Chen, Shifu Qin, Jing Xie, Yongming Zhao, Junping Heng, Pheng-Ann Chinese Univ Hong Kong Chinese Acad Sci Shenzhen Inst Adv Integrat Technol Hong Kong Hong Kong Peoples R China Chinese Univ Hong Kong Dept Comp Sci & Engn Hong Kong Hong Kong Peoples R China Chinese PLA Gen Hosp & Postgrad Med Sch Inst Med Informat Beijing Peoples R China
An efficient GPU-based sorting algorithm is proposed in this paper together with a merging method on graphics devices. The proposed sorting algorithm is optimized for modern GPU architecture with the capability of sor... 详细信息
来源: 评论
Fast Radix Sort for Sparse Linear Algebra on GPU  14
Fast Radix Sort for Sparse Linear Algebra on GPU
收藏 引用
Simulation Multi-Conference
作者: Lukas Polok Viorela Ila Pavel Smrz Brno University of Technology Bozetechova Czech Republic
Fast sorting is an important step in many parallel algorithms, which require data ranking, ordering or partitioning. parallel sorting is a widely researched subject, and many algorithms were developed in the past. In ... 详细信息
来源: 评论
A Case for the Optimization of Database Workflow Orchestration in Heterogenous Environments
A Case for the Optimization of Database Workflow Orchestrati...
收藏 引用
The Ninth International Conference on Grid and Cloud Computing(第九届网格与云计算国际学术会议 GCC 2010)
作者: Werner Mach Erich Schikuta University of Vienna Department of Knowledge and Business Engineering Research Lab for Computational Technology and Applications Rathausstraβe 19/9 A-1010 Vienna Austria
We present a novel optimization approach for the orchestration of the execution of database workflows in heterogeneous infrastructures, hereby specifically focusing on sorting algorithms. We give a case for the validi... 详细信息
来源: 评论