Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
UncP committed Nov 22, 2018
1 parent 2dbc10c commit c58ecdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
[![Version](https://img.shields.io/badge/Version-2.0.0-blue.svg)](https://github.com/UncP/aili)



#### Algorithms

* Palm Tree (`palm/`)
* Blink Tree (`blink/`)
* Mass Tree (`mass/`)

 

#### Version Information
| Version | Detail |
|:------:|:---------------------------:|
Expand All @@ -27,7 +24,6 @@
| [1.3.2](https://github.com/UncP/aili/tree/1.3.2) | adjust Palm Tree descending policy (zigzag descending policy) |
| [2.0.0](https://github.com/UncP/aili/tree/2.0.0) | B<sup>link</sup> Tree |

&nbsp;

#### Have a Try

Expand All @@ -45,14 +41,11 @@
# k_num can be [1, infinity), depending on how many test keys you generate
```

&nbsp;

#### Other

+ checkout `example/` for examples
+ follow my [知乎专栏](https://zhuanlan.zhihu.com/b-tree) for blogs about this repository

&nbsp;

#### References

Expand All @@ -62,5 +55,3 @@
- Prefetch B+ Tree : [Improving Index Performance through Prefetching](http://www.aladdin.cs.cmu.edu/papers/pdfs/y2001/improv_ind.pdf)
- Prefix B Tree : [Prefix B-Trees](http://delivery.acm.org/10.1145/330000/320530/p11-bayer.pdf?ip=111.114.49.2&id=320530&acc=ACTIVE%20SERVICE&key=BF85BBA5741FDC6E%2E4510866D46BF76B7%2E4D4702B0C3E38B35%2E4D4702B0C3E38B35&__acm__=1537792786_42d3c27bf4ea064b8d68b89657e39bf6)



3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
- [ ] 重构 B+ 树节点
- [ ] 手动管理 B+ 树节点内存
- [ ] 重构工作队列(multi-way)
- [ ] B Link Tree
- [x] B<sup>link</sup> Tree
- [x] 重构 bounded mapping queue -> mapping array

0 comments on commit c58ecdb

Please sign in to comment.