Graph Algorithms in Rayon

(davidlattimore.github.io)

53 points | by PaulHoule 4 days ago

1 comments

  • keith_analog 3 hours ago
    If I understand correctly, one of the challenges faced by this graph application relates to the workload being irregular and known only as the computation visits new parts of the graph. There's some work in this direction that might be helpful [1].

    [1] https://dl.acm.org/doi/10.1145/2807591.2807651