Reduce memory footprint of internal nodes
All Trie
-Nodes contains base
, check
and tail
and all Map
-Nodes contains base
, check
, tail
and value
.
Inner nodes needs only base
and check
and tail nodes only need check
, tail
respectively check
, tail
and value
.
Edited by Jens Kaiser