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
- Host: GitHub
- URL: https://github.com/theakman2/minheapu16
- Owner: theakman2
- License: mit
- Created: 2019-09-22T11:39:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T12:03:41.000Z (over 5 years ago)
- Last Synced: 2025-02-09T04:45:10.740Z (3 months ago)
- Topics: cpp, heap, minheap
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.