codesardine / jde

Linux desktop environment built with HTML5, CSS, JavaScript and Python.
GNU General Public License v3.0
685 stars 65 forks source link

Cython #88

Closed JimScope closed 4 years ago

JimScope commented 4 years ago

Maybe use Cython's static typing to speed up Python code

codesardine commented 4 years ago

I will have to see if that kind of optimization actually does any difference as the code does API calls to the C bindings.

JimScope commented 4 years ago

Ok thanks