You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/02/28 09:46:00 UTC

[jira] [Commented] (LUCENE-9245) Reduce AutomatonTermsEnum memory usage

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

ASF subversion and git services commented on LUCENE-9245:
---------------------------------------------------------

Commit e0164d1ac848ca3693e7f7faca91c39def1d48da in lucene-solr's branch refs/heads/master from Bruno Roustant
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=e0164d1 ]

LUCENE-9245: Reduce AutomatonTermsEnum memory usage.

Closes #1281


> Reduce AutomatonTermsEnum memory usage
> --------------------------------------
>
>                 Key: LUCENE-9245
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9245
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Bruno Roustant
>            Assignee: Bruno Roustant
>            Priority: Minor
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Reduce AutomatonTermsEnum memory usage. It uses a long[] with size = number of automaton states, which may be large. Instead we can reduce to short[] with slightly faster performance. (I tried a FixedBitSet, but it requires to clear and this impacts negatively performance)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org