Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Level Direct Buffer Access API #57

Open
sjkelly opened this issue Jun 28, 2022 · 0 comments
Open

High Level Direct Buffer Access API #57

sjkelly opened this issue Jun 28, 2022 · 0 comments

Comments

@sjkelly
Copy link
Collaborator

sjkelly commented Jun 28, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant