Skip to content

Commit 89c0822

Browse files
authored
Update posts/2022/02/nlp-icelandic-pypy.rst
1 parent f9364f4 commit 89c0822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ said, there was a bit of trepidation around the well known fact that
6363
CPython can be slow for inner-core tasks, such as tokenization and
6464
parsing, that can see heavy workloads in production.
6565

66-
I first became aware of PyPy in early 2016 when I was developing `a
67-
crossword game <https://github.com/mideind/Netskrafl>`__ in Python 2.7
66+
I first became aware of PyPy in early 2016 when I was developing a
67+
crossword game `Netskrafl <https://github.com/mideind/Netskrafl>`__ in Python 2.7
6868
for Google App Engine. I had a utility program that compressed a
6969
dictionary into a Directed Acyclic Word Graph and was taking 160
7070
seconds  to run on CPython 2.7, so I tried PyPy and to my amazement saw

0 commit comments

Comments
 (0)