Code-used-on-Daniel-Lemire-s-blog icon indicating copy to clipboard operation
Code-used-on-Daniel-Lemire-s-blog copied to clipboard

SIMD-accelerated Heaps

Open alantudyk opened this issue 10 months ago • 4 comments

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).

alantudyk avatar Apr 19 '24 16:04 alantudyk