fslaborg / Graphoscope

A pragmatic approach to network science.
http://fslab.org/Graphoscope/
MIT License
14 stars 6 forks source link

Produce v0.1 Module for Directed Graph #18

Closed HarryMcCarney closed 1 year ago

HarryMcCarney commented 1 year ago

Using type alias approach with functions and mutable objects. Key decision is whether to use dictionarys or resize arrays. The module is likely to be combination of FGraph and DiGraph. Need to determine if an IdMap object significantly improves performance and on which operations.