Details
-
Story
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
The UIMA indexes (bag/set/sorted) for Feature Structures are converted to hold references to the Java objects, rather than int values.
This may have a performance benefit.
A side goal is to make use of Java libraries for these indexes, rather than doing custom implementations (custom implementations may be done if a performance issue arises).