lucene icon indicating copy to clipboard operation
lucene copied to clipboard

Learned sorting algorithm for Lucene

Open josefschiefer27 opened this issue 1 year ago • 5 comments

Description

I found this article about an interesting SIGMOD paper about a learned sorting algorithm which outperforms Radixsort by the factor 1.49. While the implementation doesn't look trivial, it might be an opportunity to significantly speed up the sorting in Lucene.

edit: There is an updated version (LearnedSort 2.0) which can deal better with duplicates.

cc: @jpountz @bruno-roustant

josefschiefer27 avatar Jul 26 '23 05:07 josefschiefer27