JuliaIO / BSON.jl

Other
158 stars 39 forks source link

improve performance for reinterpret_ #46

Closed KristofferC closed 5 years ago

KristofferC commented 5 years ago
julia> @time Metalhead.weights("vgg19.bson")
  2.330473 seconds (1.91 M allocations: 1.164 GiB, 7.87% gc time)

Fixes #45

MikeInnes commented 5 years ago

Nice one!

I have no idea why we need this, so it'd be good to investigate that more in #38, but I'm glad we can at least fix the most glaring issue.