From Julia to Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. rust

    Empowering everyone to build reliable and efficient software.

    Author here!

    I have no idea why this blog is making the rounds again and I've learned a lot of Rust since, see my (badly benchmarked!) presentation at this year's Scientific Computing in Rust 2024:

    https://www.youtube.com/watch?v=bdsBhqKOe7A

    and a PR I sent in for the Rust compiler to speed it up for some low hanging fruit:

    https://github.com/rust-lang/rust/pull/110477

    I'll have to revisit this blog at some point and see what I should update, as well as a "From Rust to Julia" post for those that want to venture into that world as well.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. julia

    The Julia Programming Language

    > are not an issue with Julia (eg memory safety)

    Note that Julia does allow memory unsafety, for example you can mark array accesses with `@inbounds` to remove bound checks, kinda like how you can use `unsafe` in Rust except it looks much less scary.

    It also doesn't help that the official example for how to use it safe was actually not safe [1]. Granted, this is just a single example and has been fixed since then, but it doesn't give a nice impression of their mindset when dealing with memory safety.

    More in general there doesn't seem to be a strong mindset for correctness either. See [2] for a collection of such issues.

    [1]: https://github.com/JuliaLang/julia/issues/39367

    [2]: https://yuri.is/not-julia/

  4. miguelraz

    The blog post itself [1] as well as its modification history [2] are available on GitHub. Looks like it's from mid-2021.

    [1]: https://github.com/miguelraz/miguelraz.github.io/blob/master...

    [2]: https://github.com/miguelraz/miguelraz.github.io/commits/mas...

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

  • Beginner at programming.

    2 projects | /r/learnprogramming | 12 May 2022
  • WHY ? ? ?

    2 projects | /r/computerscience | 23 Nov 2021
  • What's Bad about Julia?

    6 projects | news.ycombinator.com | 26 Jul 2021
  • 🏳️‍🌈 Pride RS: LGBTQ+ Flag Component for Rust Frontends

    2 projects | dev.to | 9 Jun 2025
  • 🦸 Hero: WASM-Ready Hero Section Components

    2 projects | dev.to | 6 Jun 2025

Did you know that Rust is
the 5th most popular programming language
based on number of references?