EtymoIO / EvolvingGraphs.jl

Working with time-dependent networks in Julia
https://etymoio.github.io/EvolvingGraphs.jl/latest/
Other
52 stars 11 forks source link

Other efforts in this space #1

Closed jpfairbanks closed 6 years ago

jpfairbanks commented 9 years ago

There is a really fast library for HPC dynamic/streaming/evolving graphs maintained by my research group at GT. You can definitely look to it for inspiration about performant code in this space.

http://www.stingergraph.com/index.php?id=introduction

weijianzhg commented 9 years ago

Thanks a lot for the reference Jame :+1:

I will definitely look into it.