You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Commit Tag Bot (JIRA)" <ji...@apache.org> on 2013/01/25 14:57:15 UTC

[jira] [Commented] (LUCENE-4708) Make LZ4 hash tables reusable

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

Commit Tag Bot commented on LUCENE-4708:
----------------------------------------

[trunk commit] Adrien Grand
http://svn.apache.org/viewvc?view=revision&revision=1438519

LUCENE-4708: Reuse LZ4 hash tables across calls.


                
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org