Mike Sokolov created LUCENE-8653:
------------------------------------

             Summary: Reverse FST storage so it can be read forward
                 Key: LUCENE-8653
                 URL: https://issues.apache.org/jira/browse/LUCENE-8653
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/FSTs
            Reporter: Mike Sokolov


Discussion of keeping FST off-heap led to the idea of ensuring that FST's can 
be read forward in order to be more cache-friendly and align better with 
standard I/O practice. Today FSTs are read in reverse and this leads to some 
awkwardness, and you can't use standard readers so the code can be confusing to 
work with.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to