GithubHelp home page GithubHelp logo

Comments (9)

vberger avatar vberger commented on June 27, 2024

Hmm, yeah indeed. Thanks for pointing this out.

I'll tackle this as soon as I have some time, it should be pretty straightforward.

from wayland-kbd.

vberger avatar vberger commented on June 27, 2024

Hmm... After some digging, I can't find a way to create a memory-map from a linux file descriptor in memmap-rs, which is exactly the feature I'm using in mmap: https://github.com/vberger/wayland-kbd/blob/master/src/mapped_keyboard.rs#L153-L156

from wayland-kbd.

retep998 avatar retep998 commented on June 27, 2024

@danburkert Nudge, nudge.

from wayland-kbd.

retep998 avatar retep998 commented on June 27, 2024

Wait, you can do this already. On unix platforms you have FromRawFd impl'd on File so you can use that to get a File which you can then pass to memmap.

from wayland-kbd.

danburkert avatar danburkert commented on June 27, 2024

Yah the Mmap::open_with_offset function should work. That being said, I've never tested against non-file-backed 'files'.

from wayland-kbd.

vberger avatar vberger commented on June 27, 2024

Fair point. I'll try this tomorrow.

from wayland-kbd.

frewsxcv avatar frewsxcv commented on June 27, 2024

@vberger Did you ever look into this? Did it end up being non-trivial?

from wayland-kbd.

vberger avatar vberger commented on June 27, 2024

Hmm, kinda forgot this, sorry for that...

I won't have time to spend on it for the next two weeks unfortunately... :-/

from wayland-kbd.

frewsxcv avatar frewsxcv commented on June 27, 2024

I won't have time to spend on it for the next two weeks unfortunately... :-/

All good!

Opened a PR for this whenever you have time: #9

from wayland-kbd.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.