-
New Feature
-
Resolution: Fixed
-
Normal
-
7.0.0, 6.5.4
-
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.