[
https://issues.apache.org/jira/browse/LUCENE-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-4708:
---------------------------------
Attachment: LUCENE-4708.patch
Patch. I plan to commit soon.
> 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
> Attachments: LUCENE-4708.patch
>
>
> 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]