Code-used-on-Daniel-Lemire-s-blog
Code-used-on-Daniel-Lemire-s-blog copied to clipboard
SIMD-accelerated Heaps
Quick search in your blog doesn't show posts about the subject.
3 hours ago, I got the heap that is 2x faster than qsort()
as a sorter: https://github.com/alantudyk/simd_x/tree/master/16-ary_heap
I think you might be interested in writing an article about SIMD-ed Heaps (like https://github.com/WojciechMula/simd-heap).