JuliaTelecom / SoapySDR.jl

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

High Level Direct Buffer Access API #57

Open sjkelly opened 2 years ago

sjkelly commented 2 years ago

In many readStream/writeStream calls, copies and conversions happen which can be suboptimal in many cases. Particularly in languages like Julia with multiple dispatch, the native resolution can be used until the latest possible point (or buffer overflow requires the handle to be freed). An example of using the direct buffer access API is here: https://github.com/JuliaTelecom/SoapySDR.jl/blob/dff59201e244485e6db51e2454d08492df29a903/examples/buffer_access.jl