[sage-devel] Re: Parallelization of Boruvka's Algorithm

2022-04-12 Thread Adarsh Kishore
Thanks! I have opened https://trac.sagemath.org/ticket/33703 and CCed you On Wednesday, April 13, 2022 at 11:27:46 AM UTC+5:30 jonatha...@googlemail.com wrote: > Sure. Since this is written in cython, using > https://cython.readthedocs.io/en/latest/src/userguide/parallelism.html > might be a g

[sage-devel] Re: Parallelization of Boruvka's Algorithm

2022-04-12 Thread 'jonatha...@googlemail.com' via sage-devel
Sure. Since this is written in cython, using https://cython.readthedocs.io/en/latest/src/userguide/parallelism.html might be a good choice. This is also used in `src/sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pyx`. Note the first two lines of the file. With those lines, yo

[sage-devel] Re: Parallelization of Boruvka's Algorithm

2022-04-12 Thread Adarsh Kishore
I think I might get how to do it. Can I open a ticket for this? On Tuesday, April 12, 2022 at 12:11:05 PM UTC+5:30 Adarsh Kishore wrote: > Hi everyone, > > I was going through the file `SAGE_ROOT/src/sage/graphs/spanning_tree.pyx` > and I found this in the TODO section > [image: Screenshot from