cristoper / feedmixer

A self-hosted API to fetch and mix entries from Atom and RSS feeds (returns Atom, RSS, or JSON)
Do What The F*ck You Want To Public License
168 stars 10 forks source link

Investigate running with PyPy #8

Closed cristoper closed 4 years ago

cristoper commented 4 years ago

Should investigate weather running under PyPy brings worthwhile performance improvements (compared to speedparser #3 ), and update deployment documentation accordingly.

cristoper commented 4 years ago

I ran several hundred feeds through the app running on PyPy, and it was a bit slower than CPython.