mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 11:44:28 +03:00
Add approximate matching documentation
This commit is contained in:
committed by
Matthew Barr
parent
ebe849603b
commit
eed2743d04
@@ -333,3 +333,13 @@ Similarly, the :c:member:`hs_expr_ext::min_length` extended parameter can be
|
||||
used to specify a lower bound on the length of the matches for a pattern. Using
|
||||
this facility may be more lightweight in some circumstances than using the SOM
|
||||
flag and post-confirming match length in the calling application.
|
||||
|
||||
********************
|
||||
Approximate matching
|
||||
********************
|
||||
|
||||
.. tip:: Approximate matching is an experimental feature.
|
||||
|
||||
There is generally a performance impact associated with approximate matching due
|
||||
to the reduced specificity of the matches. This impact may vary significantly
|
||||
depending on the pattern and edit distance.
|
||||
|
Reference in New Issue
Block a user