-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.0.0, 6.5.4
-
Component/s: Databind 2
-
None
-
None
Currently, the tracker node use 3 HashSet and 2 HashMap to store relation information.
However, I think in 50%+ case will just need to use object reference to keep it.
It is possible to optimal the implementation to avoid to use HashSet and HashMap is single relation case.