Is there a way to avoid call overhead?

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

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. swc

    Rust-based platform for the Web

    Hi, I'm the author or swc. (https://swc.rs)

  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. tiny-skia

    A tiny Skia subset ported to Rust

    Here is a real world implementation in tiny-skia: https://github.com/RazrFalcon/tiny-skia/blob/master/src/pipeline/highp.rs

  4. TablaM

    The practical relational programing language for data-oriented applications

  5. recursion-schemes

    Generalized bananas, lenses and barbed wire

    Maybe I didn't link the best post. It is unfortunately the only one I know that uses Rust. If you are able to read Haskell, the documentation for the recursion-schemes package might be a better resource?

  6. regex

    An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

    That looks very very similar to what I implemented and ultimately called a "visitor." The main difference is that I used a trait instead of a new data type. I did it for two different recursive types: Ast and Hir.

  7. 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 more popular project.

Suggest a related project

Related posts

  • Rust 1.51.0 can't be built on 32-bit ARM any more

    3 projects | /r/rust | 4 May 2021
  • Sprout: my submission for GitHub Copilot Challenge

    2 projects | dev.to | 20 Jan 2025
  • In your opinion, what is the text-editor equivalent of Openbox?

    2 projects | news.ycombinator.com | 9 Sep 2024
  • SD: Intuitive find and replace CLI (sed alternative)

    1 project | news.ycombinator.com | 5 Sep 2024
  • Ripgrep Cheatsheet For Neovim Users

    2 projects | dev.to | 10 Aug 2024

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