We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8681d09 commit 4c7c9b1Copy full SHA for 4c7c9b1
examples/python/kd_tree.py
@@ -132,7 +132,7 @@ def performance_test_pico_tree():
132
# threads used for querying: export OMP_NUM_THREADS=1
133
k = 1
134
cnt_query_time_before = perf_counter()
135
- # Searching for nearest neighbors is close to a constant second slower
+ # Searching for nearest neighbors is a constant amount of time slower
136
# using the bindings as compared to the C++ benchmark (regardless of k).
137
# The following must be noted however: The Python benchmark simply calls
138
# the knn function provided by the Python bindings. As such it does not
0 commit comments