Coder Social home page Coder Social logo

Comments (9)

RazrFalcon avatar RazrFalcon commented on July 29, 2024 2

Maybe later.

from memmap2-rs.

notgull avatar notgull commented on July 29, 2024 1

I worry rustix would lead to more maintenance burden and I have no time for it.

No one stops you from forking this crate and maintaining it yourself. Maybe in a few years we migrate to rustix.

I'd hate to fork this crate, since it would cause ecosystem fragmentation that I would prefer to avoid. A healthy ecosystem doesn't maintain two parallel versions of the same crates with minor differences.

I would be happy to help maintain this crate, especially the rustix parts as I have experience with rustix. I doubt that there would be much practical difference between this and the current libc implementation.

from memmap2-rs.

adamreichold avatar adamreichold commented on July 29, 2024

for technical reasons

Please openly and directly state those reasons. (Which is a requirement for any change to be merged.)

from memmap2-rs.

disconsented avatar disconsented commented on July 29, 2024

We have an internal requirement to make syscalls instead of using libc, Rustix is our preferred way of achieving this.

We figure that up streaming this would help improve crate safety (removing unsafe libc calls), it also helps reduce our maintenance burden. memfd-rs have done a similar thing lucab/memfd-rs#27 previously.

from memmap2-rs.

adamreichold avatar adamreichold commented on July 29, 2024

We have an internal requirement to make syscalls instead of using libc, Rustix is our preferred way of achieving this.

This does not really make the reasoning much clearer. Why do you have this requirement? What is achieved by making system calls directly instead of going through libc?

from memmap2-rs.

RazrFalcon avatar RazrFalcon commented on July 29, 2024

rustix requires Rust 1.63, while this crate requires 1.36

it also helps reduce our maintenance burden

I would argue that libc has less maintenance since this is the official way to interact with an OS.

from memmap2-rs.

notgull avatar notgull commented on July 29, 2024

Is there any particular reason for the v1.36 MSRV? It's four years old at this point (as of today, wow), and even Debian Stable uses v1.63 as of the latest release.

I would agree that rustix would be preferred at this point in time. I've been working to migrate some of the GUI crates in the Rust ecosystem to rustix, and we've seen noticeable performance improvements and lower instruction counts.

from memmap2-rs.

RazrFalcon avatar RazrFalcon commented on July 29, 2024

Is there any particular reason for the v1.36 MSRV?

Because there is no reason in upgrading it.

Debian Stable

Which no one migrated to yet. And the actual stable is still 1.48
Not like I care much.

I worry rustix would lead to more maintenance burden and I have no time for it.
And I doubt that libc usage can lead to any measurable bottlenecks.

No one stops you from forking this crate and maintaining it yourself. Maybe in a few years we migrate to rustix.

from memmap2-rs.

RazrFalcon avatar RazrFalcon commented on July 29, 2024

Duplicate of #92

from memmap2-rs.

Related Issues (20)

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.