Administrator
|
Hi,
Cython can be used (during installation) to compile parts of Owlready in C. Currently, only parsers are available in Cython, so it can speed up OWL parsing by about 20%, but that's all.
Additionnaly, you can use Owlready with PyPy3. It is not faster for manipulating ontology, but PyPy3 is faster than Python for computation in general.
The main question is : what do you want to speed up ? Is it reasoning, loading, computing, searching, SPARLQL,... ?
Jiba
|