mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-28 06:31:12 +03:00
* `Matcher`: Remove superfluous GIL-acquiring check in `get_is_final` This check incurred a significant performance penalty due to implict interactions between the GIL and Cython ref-counting code. * `Matcher`: Inline `PatternStateC` accessors |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dependencymatcher.pyi | ||
| dependencymatcher.pyx | ||
| matcher.pxd | ||
| matcher.pyi | ||
| matcher.pyx | ||
| phrasematcher.pxd | ||
| phrasematcher.pyi | ||
| phrasematcher.pyx | ||