beacon-biosignals / OndaBatches.jl

Local and distributed batch loading for Onda datasets
MIT License
2 stars 0 forks source link

use Base/Compat.stack instead of _glue #34

Open kleinschmidt opened 1 year ago

kleinschmidt commented 1 year ago

stack is present in Base as of 1.9, and the implementation was added to Compat in 4.2 (with a backport to 3.46). This does a better thought-out, in-place copyto!-based implementation of what _glue was doing so we might as well use it.