Recursive fib is faster in C++?

This page summarizes the projects mentioned and recommended in the original post on /r/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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • A brave new world: building glibc with LLVM

    2 projects | /r/linux | 17 Jan 2023
  • Asahi Lina on her experience writing the M1 GPU driver for Linux in Rust

    4 projects | /r/programming | 5 Oct 2022
  • GCC Rust Monthly Report #9 August 2021

    4 projects | news.ycombinator.com | 31 Aug 2021
  • Anyone used the gcc backend before?

    3 projects | /r/rust | 27 Jul 2021
  • This is the patch series to add support for Rust as a second language to the Linux kernel.

    3 projects | /r/linux | 7 Jul 2021