-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.2
-
None
-
mantis
-
generic
-
generic
Currently, primitives are sorted and located based on unique string identifier.
This results in excessive number of string comparisons done any time locate
method is invoked. In order to reduce string comparison overhead, unique string
identifiers should be replaced with unique integer identifiers. Since
comparing atomic data types is much faster than dealing with String objects,
this change will make locate mechanism faster and more efficient.
This results in excessive number of string comparisons done any time locate
method is invoked. In order to reduce string comparison overhead, unique string
identifiers should be replaced with unique integer identifiers. Since
comparing atomic data types is much faster than dealing with String objects,
this change will make locate mechanism faster and more efficient.