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

Robert Muir commented on LUCENE-5808:
-------------------------------------

Thanks Mike: very possible! At first during refactoring, I was careful and ran 
this thing every time i made a change to prevent stuff like this. But this is 
so time-consuming and slow, also I had the problem that OR* is highly variable. 
E.g. I'd run the benchmark a second time and it would show huge gains...

> clean up postingsreader
> -----------------------
>
>                 Key: LUCENE-5808
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5808
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Robert Muir
>         Attachments: LUCENE-5808.patch
>
>
> The current postingsreader is ~ 1500 lines of code (mostly duplicated) 
> calling something like 4,000 lines of generated decompression code.
> This is really heavyweight and complicated, and bloats the lucene jar. It 
> would be nice to simplify it so we can eventually remove the baggage.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to