rfcs

RFCs for changes to Rust (by m-ou-se)

Rfcs Alternatives

Similar projects and alternatives to rfcs

  • rust

    2,683 rfcs VS rust

    Empowering everyone to build reliable and efficient software.

  • rfcs

    666 rfcs VS rfcs

    RFCs for changes to Rust

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • miri

    122 rfcs VS miri

    An interpreter for Rust's mid-level intermediate representation

  • llmalloc

    A low-latency malloc implementation

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rfcs alternative or higher similarity.

rfcs reviews and mentions

Posts with mentions or reviews of rfcs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-19.
  • Looking for feed back on a a lock free, seqlocking, ring buffer library
    4 projects | /r/rust | 19 Jan 2023
    Using ptr::read_volatile and ptr::write_volatile during a data race is undefined behavior (code here) - it is the read operation that causes UB during a simultaneous write, not the (later) use of the read value, so a seqlock doesn't guard against UB here. This RFC explains this problem in more detail: https://github.com/m-ou-se/rfcs/blob/atomic-memcpy/text/3301-atomic-memcpy.md The solution is to use atomics everywhere instead of volatile operations (and the atomic operations must perfectly overlap in size and alignment as well, see https://github.com/rust-lang/miri/issues/2303).
  • Which do YOU prefer? String literal to owned String
    4 projects | /r/rust | 17 Nov 2022
    Sure, except that that https://github.com/m-ou-se/rfcs/blob/c-str-literal/text/3348-c-str-literal.md explicitly states "the CStr type will have to become a lang item."

Stats

Basic rfcs repo stats
2
0
0.0
18 days ago

m-ou-se/rfcs is an open source project licensed under Apache License 2.0 which is an OSI approved license.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com