stingergraph / StingerGraphs.jl

Julialang bindings to the STINGER graph database
http://www.stingergraph.com
Other
5 stars 3 forks source link

Type stability in threads loop #20

Closed jpfairbanks closed 7 years ago

jpfairbanks commented 7 years ago

Add type annotations to the loops to help with stability and run with ppn:8 on pace.

rohitvarkey commented 7 years ago

We got this done by using function barriers to obtain type stability. Closing now.