JuliaGraphs / StaticGraphs.jl

Memory-efficient immutable LightGraphs.
Other
33 stars 8 forks source link

unsafeview will segfault in 0.7 #7

Closed sbromberger closed 6 years ago

sbromberger commented 6 years ago

That’ll lead to segfaults on 0.7 because the GC might collect the array out from underneath you

Should replace with https://github.com/oschulz/UnsafeArrays.jl.

sbromberger commented 6 years ago

Using views.