[ https://issues.apache.org/jira/browse/LUCENE-7306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17310548#comment-17310548 ]
hu edited comment on LUCENE-7306 at 3/29/21, 10:49 AM: ------------------------------------------------------- [~jpountz] thanks, I think the cache cannot be used well when the common prefix is very long,because it call byteAt method and different term appears in many different buffer. I don't know if I understand it right? was (Author: jiangtao): [~jpountz] thanks, I think the cache cannot be used well when the common prefix is very long,because it call byteAt method and the term appears in many different buffer. I don't know if I understand it right? > Use radix sort for points too > ----------------------------- > > Key: LUCENE-7306 > URL: https://issues.apache.org/jira/browse/LUCENE-7306 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Adrien Grand > Assignee: Adrien Grand > Priority: Minor > Fix For: 6.1, 7.0 > > Attachments: LUCENE-7306.patch, LUCENE-7903.patch, > image-2021-03-29-18-10-32-296.png > > > Like postings, points make heavy use of sorting at indexing time, so we > should try to leverage radix sort too? -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org