vxsort-cpp
vxsort-cpp copied to clipboard
My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)
docs
- bench: add missing u16 benchmarks - README: update with relevant documentation
``` $ cmake .. [...] -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD CMake Error in /home/mc/vxsort-cpp/build/CMakeFiles/CMakeTmp/CMakeLists.txt: Target "cmTC_9bed8" requires the language dialect "C14"...
Hey Dan (@damageboy), I was wondering whether you will add non-AVX support for vxsort? That is 128-bit vectorization. For small sorts and in general could be interesting given the tax...