Registry / utility / x86-simd-sort

x86-simd-sort

JSON →
library7.0vcpkgunverified

C++ template library for high performance SIMD based sorting algorithms.

vcpkg install x86-simd-sort
INSTALL
IMPORT
SIG · X86-SIMD-SORT
X
x86-simd-sort
utilitycppv7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

x86-simd-sort/x86-simd-sort.hpp
#include <x86-simd-sort/x86-simd-sort.hpp>

Sort an array of integers using SIMD-accelerated sorting.

#include <x86-simd-sort/x86-simd-sort.hpp> #include <vector> int main() { std::vector<int> data = {5, 3, 1, 4, 2}; x86_simd_sort::sort(data.data(), data.size()); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

x86-simd-sort — pip install x86-simd-sort · libregistry