I was discussing this in another thread, so I thought I would share it here
Are there similar methods or simd tricks for multi-way merges? I have some 32-way merges that take long enough I’ve spent lots of time wishing were faster, but haven’t yet found any articles on making them faster. :)
Good question! I have no idea but I did find this in google, which is set intersection: http://www.adms-conf.org/p1-SCHLEGEL.pdf
I was discussing this in another thread, so I thought I would share it here
Are there similar methods or simd tricks for multi-way merges? I have some 32-way merges that take long enough I’ve spent lots of time wishing were faster, but haven’t yet found any articles on making them faster. :)
Good question! I have no idea but I did find this in google, which is set intersection: http://www.adms-conf.org/p1-SCHLEGEL.pdf