Description
The KernelNodeState keeps child nodes in a LinkedHashMap, which is used even when there are no child nodes. The majority of nodes in a tree do not have child nodes. I suggest to optimize this case.
The KernelNodeState keeps child nodes in a LinkedHashMap, which is used even when there are no child nodes. The majority of nodes in a tree do not have child nodes. I suggest to optimize this case.