You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pypy is know to work well with Feedparser, requests, pymongo and other dependencies of the project so I think it maybe useful to try and see if there's something to gain in terms of performance.
The text was updated successfully, but these errors were encountered:
Trying to run the tests under pypy, I noticed a problem to import cld, related to loading the C++ library:
ImportError: unable to load extension module '/usr/local/lib/pypy2.7/dist-packages/cld.pypy-20.so'
Pypy is know to work well with Feedparser, requests, pymongo and other dependencies of the project so I think it maybe useful to try and see if there's something to gain in terms of performance.
The text was updated successfully, but these errors were encountered: