jambler24 / GenGraph

A repository for the GenGraph toolkit for the creation and manipulation of graph genomes
GNU General Public License v3.0
52 stars 16 forks source link

Look into using PyPy #5

Open jambler24 opened 5 years ago

jambler24 commented 5 years ago

It is possible that this tools can benefit from the JIT compiler.

jambler24 commented 5 years ago

Pypy did not seem to significantly increase the runtime.

codemeleon commented 4 years ago

You may try Numba https://numba.pydata.org/

jambler24 commented 4 years ago

Will do! Adding this under the projects section / performance improvements.