Skip to content

Commit bc0dbaf

Browse files
authored
Update posts/2022/02/nlp-icelandic-pypy.rst
1 parent 67ea70d commit bc0dbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2022/02/nlp-icelandic-pypy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ and to call it from PyPy via
118118
token-terminal matching functions (“business logic”) that remained on
119119
the Python side. This made the parser much faster (on the order of 100x
120120
faster than the original on CPython) and quick enough for our production
121-
use cases.
121+
use cases. Even after moving much of the heavy processing to C++ and using CFFI, PyPy still gives a significant speed boost over CPython.
122122

123123
Connecting C++ code with PyPy proved to be quite painless using CFFI,
124124
although we had to figure out a few `magic incantations in our build

0 commit comments

Comments
 (0)