TomasTomecek / sen

Terminal User Interface for containers.
MIT License
975 stars 59 forks source link

try sen with PyPy #56

Open TomasTomecek opened 8 years ago

TomasTomecek commented 8 years ago

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 commented 8 years ago

some 2 cents:

TomasTomecek commented 8 years ago

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.