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

https://github.com/theakman2/minheapu16

A fast C++ min heap targeting recent x86 CPUs
https://github.com/theakman2/minheapu16

cpp heap minheap

Last synced: about 1 month ago
JSON representation

A fast C++ min heap targeting recent x86 CPUs

Awesome Lists containing this project

README

        

# MinHeapU16

A header-only C++11 MinHeap implementation for uint16 keys targetting AVX2 CPUs.

## Building

Include `-mavx2` in your compiler flags when compiling on Linux, or equivalent on Windows.