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

Topic: "parallel-sorting"

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: 4.31 MB - Last synced at: 6 days ago - Pushed at: 7 months ago - Stars: 278 - Forks: 9

b0nes164/ShaderOneSweep 📦

A compute shader implementation of the OneSweep sorting algorithm.

Language: HLSL - Size: 93.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 57 - Forks: 6

alugowski/poolSTL

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

Language: C++ - Size: 150 KB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 34 - Forks: 2

GabTux/PPQSort

PPQSort - Parallel Pattern Quicksort.

Language: C++ - Size: 268 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 12 - Forks: 2

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 at: about 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 2

kdgyun/Sorting_Algorithm

implementation for various sorting algorithm in java

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

b0nes164/OneSweep 📦

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

Language: Cuda - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

ArmanDavoodi/Parallel-Sorting

Parallel and sequential implementations of different sorting algorithms in C++ using OpenMP and CUDA

Language: C++ - Size: 1.16 MB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

rhaeguard/psrs

Two different implementations of the Parallel Sorting by Regular Sampling

Language: C - Size: 798 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Bader-Research/PSRS

PSRS: Parallel Sorting using Regular Sampling

Language: C - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

prateekroy/Parallel-Programming

Parallel Programming with CILK, OPENMPI, CUDA

Language: C++ - Size: 1.09 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

imgovindjee/Parallel-Algorithm

Parallel Computing

Language: Java - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

gvnberaldi/ParallelSortingAlgorithms

Efficient parallel sorting algorithms implemented in C++ with MPI, featuring Bitonic Sort, Odd-Even Sort, and Quick Sort. This project highlights task distribution, process dependencies, and performance analysis.

Language: C++ - Size: 2.52 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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 at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

pavlosdais/Operating-Systems

Programming assignments in Operating Systems

Language: C - Size: 4.97 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

iSiddharth20/Parallel-Processing-of-Sorting-Algorithms

Language: Jupyter Notebook - Size: 5.08 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - 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 at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

cermi29/ParallelStableSort

A parallel stable sort using arbitrary extra memory

Language: C++ - Size: 104 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

rharri/array-sort-bench

Micro-benchmark comparing parallelSort and Sort.

Language: Java - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Bader-Research/ImageU

ImageU: Parallel Combinatorial Algorithms

Language: SuperCollider - Size: 1.61 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Bader-Research/PSort

PSort: Parallel Sorting using Sampling with Randomized and Deterministic Approaches

Language: SuperCollider - Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 4 years 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 at: 12 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Nalaka1693/pthread_merge_sort

Parallelized merge sort using C pthreads.

Language: C - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1