panacus icon indicating copy to clipboard operation
panacus copied to clipboard

Fast edge parsing

Open heringerp opened this issue 11 months ago • 0 comments

Add fast mode for edges in a 'nice' graph

Idea: instead of HashMap lookup:

Vec<Vec<(ItemId, ItemId)>>
                    ^
                 Edge Id
            ^
          Id of neighboring node
 ^
Id of first node as index

heringerp avatar Jan 23 '25 13:01 heringerp