Will there be performance and security improvements?

  • staticlifetime@kbin.social
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    It just depends on how isolated that part of the kernel is. Unsafe code should be done only in interop, and so it still theoretically has a memory safety benefit over C in that sense.

    In terms of how much interop code needs to be written for Rust at this point is another discussion though.