9 Star 35 Fork 6

John / drh-go

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

DRH(Deep-Re-Hash)深度哈希分区算法是一种针对哈希表在海量数据及磁盘存储下的一种改进算法, 它的时间复杂度介于常数O(1)和对数O(d*log (n-1))之间 (即:O(1) <= T(n) <= O(d*log(n-1)) ,其中n为阶数,d为深度), 提供了极高的数据检索、插入、修改、删除效率。

算法介绍:http://johng.cn/brief-to-deep-re-hash-algorithm/

Empty file

About

Go语言实现的DRH深度哈希算法。 expand collapse
Go
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Go
1
https://gitee.com/johng/drh-go.git
git@gitee.com:johng/drh-go.git
johng
drh-go
drh-go
master

Search