Raphtory icon indicating copy to clipboard operation
Raphtory copied to clipboard

`AlgorithmResult` improvement suggestions

Open ljeub-pometry opened this issue 1 year ago • 1 comments

  • group_by should return groups as lists of nodes instead of transforming to string names
  • would be nicer if groups were returned as our own object instead of a hash map so we can have additional methods such as .as_subgraphs?
  • the internal HashMap uses usize instead of VID which complicates things for no reason
  • get_all seems useless?

ljeub-pometry avatar Dec 21 '23 14:12 ljeub-pometry

Adding other tickets which can go in here - #910 #1000 #1007 #1155

miratepuffin avatar Feb 15 '24 18:02 miratepuffin