magnickolas / odd-even-mergesort

Implementation of Batcher's odd-even mergesort with Vulkan API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odd-even mergesort

A non-recursive implementation of Batcher's odd-even mergesort for GPU. The article about it is in my blog.

Running from source

mkdir build && cd build
cmake ..
cmake --build .
./batcher_sort -h

Dependencies:

Notes

Should only be used for educational purposes.

About

Implementation of Batcher's odd-even mergesort with Vulkan API

License:MIT License


Languages

Language:C++ 96.7%Language:CMake 2.2%Language:GLSL 1.1%