摘要: from .defaults import BLOOMFILTER_BIT, BLOOMFILTER_HASH_NUMBERclass HashMap(object): def __init__(self, m, seed): self.m = m self.seed = seed def hash 阅读全文
posted @ 2019-12-09 18:12 眼镜儿 阅读(282) 评论(0) 推荐(0) 编辑