标签: scala data-structures hash trie
我读到scala中的TrieMap基于has array映射的trie,而Vector读取位映射的矢量trie。
TrieMap
Vector
这两种架构是否都受到哈希特里的相同想法的支持,或者它们之间是否存在差异?