mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-22 01:16:25 +04:00
Update README.md
This commit is contained in:
parent
fcb1e220d2
commit
d9769850d8
@ -39,7 +39,9 @@ for i in 0 .. point_count {
|
|||||||
assert_eq!(p.id, tree.nearest_search(p).id );
|
assert_eq!(p.id, tree.nearest_search(p).id );
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Although not recommended for the kd-tree you can use the `insert_node` and `insert_nodes_and_rebuild` functions to add nodes to the tree. `insert_node` does silly check to check whether the tree should be rebuilt. `insert_nodes_and_rebuild` Automatically rebuilds the tree.
|
||||||
|
|
||||||
|
for now the removal of the nodes is not supported.
|
||||||
|
|
||||||
##Benchmark
|
##Benchmark
|
||||||
`cargo bench` using travis :)
|
`cargo bench` using travis :)
|
||||||
|
Loading…
Reference in New Issue
Block a user