JuliaArrays / ArraysOfArrays.jl

Efficient storage and handling of nested arrays in Julia
Other
43 stars 9 forks source link

bug in sizehint! #34

Closed chrhck closed 12 months ago

chrhck commented 1 year ago

sizehint! method uses mul which I guess should be prod ?

oschulz commented 1 year ago

Oh, indeed! Want to make a quick PR to fix?