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 a9becc4 commit 78760deCopy full SHA for 78760de
numpy/_core/src/umath/string_fastsearch.h
@@ -29,7 +29,8 @@
29
algorithm, which has worst-case O(n) runtime and best-case O(n/k).
30
Also compute a table of shifts to achieve O(n/k) in more cases,
31
and often (data dependent) deduce larger shifts than pure C&P can
32
- deduce.*/
+ deduce. See https://github.com/python/cpython/blob/main/Objects/stringlib/stringlib_find_two_way_notes.txt
33
+ in the CPython repository for a detailed explanation.*/
34
35
/**
36
* @internal
0 commit comments