Adrien Grand created LUCENE-4708:
------------------------------------

             Summary: Make LZ4 hash tables reusable
                 Key: LUCENE-4708
                 URL: https://issues.apache.org/jira/browse/LUCENE-4708
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand
            Assignee: Adrien Grand
            Priority: Minor


Currently LZ4 compressors instantiate their own hash table for every byte 
sequence they need to compress. These can be large (256KB for LZ4 HC) so we 
should try to reuse them across calls.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to