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 67ea70d commit bc0dbafCopy full SHA for bc0dbaf
posts/2022/02/nlp-icelandic-pypy.rst
@@ -118,7 +118,7 @@ and to call it from PyPy via
118
token-terminal matching functions (“business logic”) that remained on
119
the Python side. This made the parser much faster (on the order of 100x
120
faster than the original on CPython) and quick enough for our production
121
-use cases.
+use cases. Even after moving much of the heavy processing to C++ and using CFFI, PyPy still gives a significant speed boost over CPython.
122
123
Connecting C++ code with PyPy proved to be quite painless using CFFI,
124
although we had to figure out a few `magic incantations in our build
0 commit comments