sorting-network topic

List sorting-network repositories

Static-Sort

50
Stars
6
Forks
Watchers

A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.

GPUSorting

29
Stars
10
Forks
Watchers

Implementation of a few sorting algorithms in OpenCL

sorting-network

17
Stars
4
Forks
Watchers

Python script to check sorting networks and generate sorting network diagrams

simd_collection

15
Stars
1
Forks
Watchers

A collection of highly optimized, SIMD-accelerated (SSE, AVX, FMA, NEON) functions written in C

SorterHunter

49
Stars
4
Forks
Watchers

An evolutionary approach to find small and low latency sorting networks