mirror of https://github.com/vacp2p/pmtree.git
docs: add instruction for batch_insert feature
This commit is contained in:
parent
6185354f78
commit
63a0f9fb7e
|
@ -16,6 +16,12 @@
|
||||||
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }
|
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To use batch insertions you must enable batch_insert feature:
|
||||||
|
```toml
|
||||||
|
[dependencies]
|
||||||
|
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree", features = ["batch_insert"] }
|
||||||
|
```
|
||||||
|
|
||||||
## Clone & Build
|
## Clone & Build
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:Rate-Limiting-Nullifier/pmtree.git && cd pmtree
|
git clone git@github.com:Rate-Limiting-Nullifier/pmtree.git && cd pmtree
|
||||||
|
|
Loading…
Reference in New Issue