renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
326 stars 64 forks source link

run cython in threading and exclude modules before running cython #60

Closed multiSnow closed 1 year ago

multiSnow commented 7 years ago

Using multiprocess.dummy to take advantage of multicore cpu for reduce the time spent on running cython. Skip runing cython on excluded modules.