You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Smiley (Jira)" <ji...@apache.org> on 2021/01/23 06:34:00 UTC

[jira] [Commented] (LUCENE-9632) Replace our TimSort with JDK TimSort

    [ https://issues.apache.org/jira/browse/LUCENE-9632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17270574#comment-17270574 ] 

David Smiley commented on LUCENE-9632:
--------------------------------------

Last I saw, we have these sort implementations but not enough javadocs on the circumstances in which they are best used (or not used), and furthermore why we even have them at all (relative to JDK impls).

> Replace our TimSort with JDK TimSort
> ------------------------------------
>
>                 Key: LUCENE-9632
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9632
>             Project: Lucene - Core
>          Issue Type: Improvement
>    Affects Versions: master (9.0)
>            Reporter: Mike Drob
>            Priority: Major
>
> JDK 11 has a TimSort with very similar lineage to our TimSort (written by Josh Bloch, based on Tim Peter's python list sort), we should consider replacing our fork with a version that we don't have to maintain.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org