You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2021. It is now read-only.
I am planning to create a branch to see what I can do with using the Julia IntSet structure to represent a Supernode. It seems that there is a lot of overhead in creating various SimpleAdjacencyList structures during the partitioning. The first step would be to change the struct_set value in the generator for Supernode from a Set{Int}() to an IntSet but I think that other parts could also be reexpressed using IntSet.
Anyway I will play around with it and see if I can get anywhere/
I am planning to create a branch to see what I can do with using the Julia
IntSetstructure to represent aSupernode. It seems that there is a lot of overhead in creating various SimpleAdjacencyList structures during the partitioning. The first step would be to change thestruct_setvalue in the generator forSupernodefrom aSet{Int}()to anIntSetbut I think that other parts could also be reexpressed usingIntSet.Anyway I will play around with it and see if I can get anywhere/