mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-23 02:29:57 +00:00
add comment about cpu-intensive operation in async context
This commit is contained in:
@@ -132,7 +132,7 @@ fn match_range_start<S, A: Automaton<State = S>>(
|
||||
automaton: &A,
|
||||
mut state: S,
|
||||
) -> bool {
|
||||
// case [abcdgj, abcpqr], `abcd` is already consumed, we need to handle:
|
||||
// case ]abcdgj, abcpqr], `abcd` is already consumed, we need to handle:
|
||||
// - [h-\xff].*
|
||||
// - g[k-\xff].*
|
||||
// - gj.+ == gf[\0-\xff].*
|
||||
|
||||
Reference in New Issue
Block a user