Skip to content

Use a shared memory buffer for the X11 backend #38

@notgull

Description

@notgull

The current X11 backend sends the image over the wire, which is slow and inefficient. We should probably use the MIT-SHM strategy for this crate if it's available.

(Also, we probably shouldn't create a new image every time we run the set_buffer command, but I think we can take care of that when we solve #37)

Metadata

Metadata

Assignees

No one assigned

    Labels

    X11Xlib / XcbenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions