logo
首页技术栈工具库讨论
adaptive-tuple

adaptive-tuple

Self optimizing tuple types. Adaptive tuples are tuple types in which the number of elements is determined at run-time. These structures are designed to combine the space-efficiency of tuples with the size flexibility of lists. Adaptive tuples provide lazy and strict, unpacked data structures for all tuple sizes from 0 to 20 elements. Adaptive tuples of more than 20 elements are allowed, however they are stored in an ordinary list.
由 
bruceshi2021-01-14 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install adaptive-tuple
查看
标签
根据用户添加的标签生成
暂无标签