Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goldsteinn/simd-sorting-network

SIMD sorting network generator and very basic tester
https://github.com/goldsteinn/simd-sorting-network

Last synced: 8 days ago
JSON representation

SIMD sorting network generator and very basic tester

Awesome Lists containing this project

README

        

## SIMD-Sorting-Network

#### export_version
- A simple python script to generate network for given algorithm, type, size, and a few constraints. See directories README for more information

#### header_version
- Header you can include in cpp project to generate sorting network at compile time. See directories README for more information