Skip to content

Commit cbe04fc

Browse files
authored
Update README.md
1 parent 6048974 commit cbe04fc

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@ print("number of neighbors:", len(ind2[0]))
7474
# number of neighbors: 550
7575
```
7676

77-
78-
We also support multi-point queries which exploit single-threaded BLAS-3 (multi-threading is under development):
79-
80-
```python
81-
ind = snn_model.radius_batch_query(X[:10], radius)
82-
```
83-
84-
``snn_model.radius_batch_query`` uses Numba for further speedup. For the first run, Numba has to go through the code and optimize it, adding extra overhead. Each subsequent run of batch queries will be much faster.
85-
8677
### License
8778
All the content in this repository is licensed under the MIT License.
8879

0 commit comments

Comments
 (0)