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
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:
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.
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
The text was updated successfully, but these errors were encountered: