Adrien Grand created LUCENE-4120:
------------------------------------
Summary: FST should use packed integer arrays
Key: LUCENE-4120
URL: https://issues.apache.org/jira/browse/LUCENE-4120
Project: Lucene - Java
Issue Type: Improvement
Components: core/FSTs
Affects Versions: 5.0
Reporter: Adrien Grand
Priority: Minor
Fix For: 5.0
There are some places where an int[] could be advantageously replaced with a
packed integer array.
I am thinking (at least) of:
* FST.nodeAddress (GrowableWriter)
* FST.inCounts (GrowableWriter)
* FST.nodeRefToAddress (read-only Reader)
The serialization/deserialization methods should be modified too in order to
take advantage of PackedInts.get{Reader,Writer}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]