Skip to content

Commit 37cecbc

Browse files
committed
1.3.0
1 parent 5a887cc commit 37cecbc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# aili
22

33
[![Author](https://img.shields.io/badge/Author-UncP-brightgreen.svg)](https://github.com/UncP)
4-
[![Version](https://img.shields.io/badge/Version-1.2.3-blue.svg)](https://github.com/UncP/aili)
4+
[![Version](https://img.shields.io/badge/Version-1.3.0-blue.svg)](https://github.com/UncP/aili)
55

66
#### References
77
* [Parallel Architecture-Friendly Latch-Free Modifications to B+ Trees on Many-Core Processors](http://www.vldb.org/pvldb/vol4/p795-sewall.pdf)
@@ -17,6 +17,7 @@
1717
| [1.2.1](https://github.com/UncP/aili/tree/1.2.1) | synchronization optimization & remove barrier |
1818
| [1.2.2](https://github.com/UncP/aili/tree/1.2.2) | adjust Palm Tree descending policy (level descend, not ideal) & sequential insertion optimization |
1919
| [1.2.3](https://github.com/UncP/aili/tree/1.2.3) | adjust Palm Tree descending policy (lazy descend, great for sequential operation) |
20+
| [1.3.0](https://github.com/UncP/aili/tree/1.3.0) | a major refactor |
2021

2122

2223
#### 试一下
@@ -25,7 +26,7 @@
2526
# key_num key_len
2627
2. make generate_data && ./generate_data 10000000 10 # test data will be in ./data
2728
# f_name n_size b_size t_num q_num k_num
28-
3. make palm_tree_test && ./palm_tree_test 1 4096 16384 2 8 1000000
29+
3. make palm_tree_test && ./palm_tree_test 1 4096 16384 2 8 1000000
2930

3031
# f_name can be 0 (sequential data) or 1 (random data);
3132
# if your machine supports N threads, t_num can be 1, 2, ..., (N-1), not N;

0 commit comments

Comments
 (0)