JuliaTelecom / SoapySDR.jl

Julia Wrappers for SoapySDR
https://juliatelecom.github.io/SoapySDR.jl/dev/
Other
15 stars 3 forks source link

`read` and `write` taking `NTuple` is a type instability footgun #88

Closed sjkelly closed 1 year ago

sjkelly commented 1 year ago

Since most generic code on n-channels will use something like length(dev.rx), requiring an NTuple will yield a type instability.