Building your own graph library with C as a Python exntension - Introduction (Step 1)

Posted on Wed 26 September 2018 in systems • Tagged with python, c/c++, cython, swig

Recently, I was collaborating with other people working on a library dealing with graph-based data. We started with networkx, which has a plethora of graph algorithms and generators. It is good for initial development, but soon we realized that even basic operations (say, asking for predecessors of a list of …


Continue reading