Recursive fib is faster in C++?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • compiler-team

    A home for compiler team planning documents, meeting minutes, and other such things.

  • See this: https://github.com/rust-lang/compiler-team/issues/442

  • gccrs

    GCC Front-End for Rust

  • Anyway here's the GCC frontend for rust https://github.com/Rust-GCC/gccrs It's currently very WIP because it needs to reimplement all type checking, borrow checking ecc ecc that rustc already has

  • 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
  • rustc_codegen_gcc

    libgccjit AOT codegen for rustc (by antoyo)

  • Here's the gcc backend for rustc here https://github.com/antoyo/rustc_codegen_gcc Since this just swaps the optimizer/codegen module and reuses all the other stuff from rustc it needs less work and can already compile many valid rust programs.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts