Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Zero copy method between module #14

@tito

Description

@tito

I've read paper about pulseaudio that implement zero copy data transfer: instead of transfering data between thread, they are transfering pointer to them. So we could be able to do that if we have a good memory management. (IE don't use directly malloc/new, but use a lib that preallocate block.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions