# Functions
NewBPTree @Description: B+树实现,B+树的索引节点在下层节点中,每一个索引节点对应下层的一个子分页,这与B树不同,B树是左右子分页的结构 @param order int @return BPTree
.
NewConsistent 创建一致性hash算法结构体,设置默认节点数量.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author