DataStructures.jl icon indicating copy to clipboard operation
DataStructures.jl copied to clipboard

Rewrite sorted container constructors in the case of untyped data

Open StephenVavasis opened this issue 2 years ago • 0 comments

The sorted container constructors for the case that the types are not explicitly specified copy the data three times. Jameson Nash here https://github.com/JuliaLang/julia/issues/46047 explained a better way to do this (fewer copying operations), so I need to implement this.

StephenVavasis avatar Jul 17 '22 13:07 StephenVavasis