21 Jan
2021
21 Jan
'21
4:08 p.m.
Am 21.01.21 um 16:01 schrieb Matteo Dell'Amico:
Do you think there's a way to make these two pieces of software cooperate?
Unfortunately, this is not possible. Graph-tool uses the CPython C API (via boost-python) which is not implemented by pypy. Note that if you are hoping to gain some speed improvement by using pypy, this would not be achieved for graph-tool, since it is implemented in C++. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>