Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: parallel-sorting

alugowski/poolSTL

Light and self-contained implementation of C++17 parallel algorithms.

Language: C++ - Size: 153 KB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 21 - Forks: 2

mehmetalikenger/Merge-and-Quick-Sort-using-Multi-threading

This program uses merge and quick sort to sort a txt file that contains letters and words. The selected algorithm can use parallel sorting if the number of given threads is more than one. If the number of threads is not enough to sort to all words/letters, the program uses the sequential version of the selected algorithm.

Language: C - Size: 6.84 KB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 0 - Forks: 0

StardustDL-Labs/NJU-PC-Lab

This is the source codes of my programming assignment (Parallel Sorting) of PC2019 (Parallel Computing) courses at NJU.

Language: C# - Size: 130 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

b0nes164/ShaderOneSweep 📦

A compute shader implementation of the OneSweep sorting algorithm.

Language: HLSL - Size: 93.8 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 57 - Forks: 6

cermi29/ParallelStableSort

A parallel stable sort using arbitrary extra memory

Language: C++ - Size: 104 KB - Last synced: 3 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

pavlosdais/Operating-Systems

Programming assignments in Operating Systems

Language: C - Size: 4.97 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

b0nes164/OneSweep 📦

A simple library-less CUDA implementation of the OneSweep sorting algorithm.

Language: Cuda - Size: 30.3 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 2 - Forks: 0

koss-null/FuncFrog

Stream api (kind of) implementation for go, other useful functions and packages to use go in a functional way

Language: Go - Size: 3.6 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 200 - Forks: 6

iSiddharth20/Parallel-Processing-of-Sorting-Algorithms

Language: Jupyter Notebook - Size: 5.08 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 1

prateekroy/Parallel-Programming

Parallel Programming with CILK, OPENMPI, CUDA

Language: C++ - Size: 1.09 MB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 1 - Forks: 1

Bader-Research/PSort

PSort: Parallel Sorting using Sampling with Randomized and Deterministic Approaches

Language: SuperCollider - Size: 33.2 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Bader-Research/ImageU

ImageU: Parallel Combinatorial Algorithms

Language: SuperCollider - Size: 1.61 MB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

rbga/CUDA-Merge-and-Bitonic-Sort

Efficient implementations of Merge Sort and Bitonic Sort algorithms using CUDA for GPU parallel processing, resulting in accelerated sorting of large arrays. Includes both CPU and GPU versions, along with a performance comparison.

Language: Cuda - Size: 12.7 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

Bader-Research/PSRS

PSRS: Parallel Sorting using Regular Sampling

Language: C - Size: 6.84 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

Samarium150/parallel_sorting_by_regular_sampling 📦

A C++ implementation of the paper, On the Versatility of Parallel Sorting by Regular Sampling

Language: C++ - Size: 326 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

kdgyun/Sorting_Algorithm

implementation for various sorting algorithm in java

Language: Java - Size: 129 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 1

YottaLee/ParallelSorting

Parallel Computing for Sorting, including parallel quick sort, parallel merge sort, parallel rank sort and their corresponding sequential sorting.

Language: Java - Size: 187 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 5 - Forks: 2

rharri/array-sort-bench

Micro-benchmark comparing parallelSort and Sort.

Language: Java - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

rhaeguard/psrs

Two different implementations of the Parallel Sorting by Regular Sampling

Language: C - Size: 798 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Nalaka1693/pthread_merge_sort

Parallelized merge sort using C pthreads.

Language: C - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 1

Related Keywords