[ https://issues.apache.org/jira/browse/LUCENE-9245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bruno Roustant resolved LUCENE-9245. ------------------------------------ Fix Version/s: 8.5 Resolution: Fixed > 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 > Fix For: 8.5 > > Time Spent: 1h 50m > 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-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org