We switched how we populate the data, from counting and preallocating, to instead be using push! (#10).
I added some initial sizehint!s in #10 but i didn't spend much time on them, and they're surely biased to the source of data i have (#5 (comment)), so can likely be improved!
We switched how we populate the data, from counting and preallocating, to instead be using
push!(#10).I added some initial
sizehint!s in #10 but i didn't spend much time on them, and they're surely biased to the source of data i have (#5 (comment)), so can likely be improved!