-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b11
After finding a hash match, getEntryPos needs to compare the lookup name up to the encoded entry name in the CEN. This comparison is done by decoding the entry name into a String. The names can then be compared using the String API. This decoding step adds a significat cost to this method.