Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goldsteinn/simd-sorting-network
- Owner: goldsteinn
- License: lgpl-2.1
- Created: 2020-10-05T08:11:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T18:05:20.000Z (over 2 years ago)
- Last Synced: 2023-03-12T07:58:44.856Z (over 1 year ago)
- Language: C++
- Size: 8.47 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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