Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try sen with PyPy #56

Open
TomasTomecek opened this issue Jan 5, 2016 · 2 comments
Open

try sen with PyPy #56

TomasTomecek opened this issue Jan 5, 2016 · 2 comments

Comments

@TomasTomecek
Copy link
Owner

TomasTomecek commented Jan 5, 2016

this may be even worth making sen compatible with python 2 since atm pypy3 supports only python 3.2; it really depends on performance speedup (most of the time, sen is waiting for response from docker anyway)

Edit: PyPy now supports python 3.3, so looks like we can try sen with it finally:

https://morepypy.blogspot.cz/2016/10/pypy3-550-released.html

@funkyfuture
Copy link

some 2 cents:

  • you may have read the news that mozilla is funding 3.5 support of PyPy
  • no, it's not worth the effort to make an end-user-application compatible with python 2
  • docker-py is pypy-compatible, though the maintainers quarrel to acknowledge

@TomasTomecek
Copy link
Owner Author

Yup, I'm supper excited about mozilla donating PyPy to support 3.5. It's true that most of the time sen is waiting for docker engine to respond, but on the other hand, it also spends a lot of time preparing views (=processing text). I feel like that PyPy could really speed that up. And then it could be even possible to do some insane real-time features.

Good job with the docker-py PR. Pretty sad that it didn't get merged.

@TomasTomecek TomasTomecek added this to the 0.6.0 milestone Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants