logo
首页技术栈工具库讨论
generic-trie

generic-trie

This type implements maps where the keys are themselves complex structured data. For example, the keys may be the abstract syntax trees for a programming language. The map is implemented as a trie, so common parts of the keys will be shared in the representation. The library provides a generic implementation of the data structure, so values of types that have support for Generic may be automatically used as keys in the map.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconglguy/tries10
HACKAGE
carbal install generic-trie
查看
标签
根据用户添加的标签生成
暂无标签