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

GitHub topics: parallel-sorting

kunalPisolkar24/HPC_Lab

Collection of practical codes for Savitribai Phule Pune University's High Performance Computing Laboratory (410255).

Language: C++ - Size: 176 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

GabTux/PPQSort

PPQSort - Parallel Pattern Quicksort.

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

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: 5 days ago - Pushed at: 8 months ago - Stars: 278 - Forks: 9

alugowski/poolSTL

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

Language: C++ - Size: 150 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 34 - Forks: 2

imgovindjee/Parallel-Algorithm

Parallel Computing

Language: Java - Size: 17.6 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rhaeguard/psrs

Two different implementations of the Parallel Sorting by Regular Sampling

Language: C - Size: 798 KB - Last synced at: about 12 hours ago - Pushed at: over 3 years ago - Stars: 2 - 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: 5 months ago - Pushed at: 5 months ago - Stars: 0 - 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: 12 months ago - Pushed at: almost 3 years ago - Stars: 2 - 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: about 1 year ago - Pushed at: about 1 year 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: about 1 year ago - Pushed at: over 5 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 at: about 1 year ago - Pushed at: about 1 year ago - Stars: 57 - Forks: 6

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

pavlosdais/Operating-Systems

Programming assignments in Operating Systems

Language: C - Size: 4.97 MB - Last synced at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - 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

prateekroy/Parallel-Programming

Parallel Programming with CILK, OPENMPI, CUDA

Language: C++ - Size: 1.09 MB - Last synced at: almost 2 years ago - Pushed at: about 7 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 at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Bader-Research/ImageU

ImageU: Parallel Combinatorial Algorithms

Language: SuperCollider - Size: 1.61 MB - Last synced at: almost 2 years ago - Pushed at: over 4 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 at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Bader-Research/PSRS

PSRS: Parallel Sorting using Regular Sampling

Language: C - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 4 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 at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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

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

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: over 3 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

Related Keywords
parallel-sorting 25 sorting-algorithms 13 parallel-programming 8 sorting 8 parallel-computing 8 parallel 7 cuda 5 merge-sort 5 sort 5 multithreading 4 sorting-algorithms-implemented 4 multicore 3 gpgpu 3 radix-sort 3 java 3 supercomputing 3 quicksort 3 mergesort 3 mpi 3 insertion-sort 3 high-performance-computing 3 bitonic-sort 3 parallel-sort 2 distributed-computing 2 bubble-sort 2 counting-sort 2 gpu-programming 2 openmp 2 parallel-algorithms 2 quick-sort 2 onesweep 2 stl 2 concurrency 2 parallel-algorithm 2 gpu-acceleration 1 randomized-algorithms 1 parallel-primitives 1 shell-sort 1 amazon-corretto 1 benchmarking 1 threadpool 1 openmpi 1 mst 1 minimum-spanning-trees 1 matrix-multiplication 1 job-scheduler 1 java-17 1 jmh 1 distributed-memory-management 1 cilk 1 python-3 1 python 1 synchronization 1 pthread 1 sort-files 1 readers-writers-problem 1 readers-writers 1 pipes 1 operating-systems 1 merge-directories 1 efficient-sorting 1 gpu-computing 1 gpu-parallelism 1 nvidia-gpu 1 cuda-cpp 1 cplusplus 1 array-sorting 1 algorithm-implementation 1 parallel-processing 1 segmentation 1 region-growing 1 sorting-performance 1 parallel-image-processing 1 median-finding 1 binary-insertion-sort 1 image-processing 1 cocktail-sort 1 histogram 1 combsort 1 connected-components 1 cyclesort 1 dual-pivot-quicksort 1 column-sorting 1 object-sort 1 reverse-order 1 selection-sort 1 task-runner 1 java-8 1 wasm 1 threading 1 thread 1 stl-algorithms 1 emscripten 1 cpp17 1 cpp14 1 cpp11 1 streams 1 stream-api 1 reduce 1 map 1