Show HN: Experimental] Fleet – A build tool for Rust that's upto 5x faster

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

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

    🚀 The blazing fast build tool for Rust. (by dimensionhq)

  • Fleet is an experimental fast, lightweight, open-source, build tool for Rust.

    Builds with Fleet enabled are up-to 5x faster!

    For a production repository (infinyon/fluvio) which we tested, we were able to cut down our incremental build times from 29 seconds down to 9 seconds, boosted by Fleet. We saw even better results on dimensionhq/volt, with our build times cut down from 3 minutes to just 1 minute - a 3x speed improvement!

    How does fleet work?

    Fleet works by optimizing your builds using existing tooling available in the Rust ecosystem, including seamlessly integrating sccache, lld, zld, ramdisks (for those using WSL or HDD's) et al.

    You can get fleet at the official website.

    Check out fleet over at https://github.com/dimensionhq/fleet and our website at https://fleet.rs

    Looking forward to your feedback and thoughts!

  • Fleet

    Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center) (by fleetdm)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sccache

    Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

  • Sure, but they're nothing special, just lifted the recommandations from sccache and mold.

    sccache: https://github.com/mozilla/sccache#usage

    mold: https://github.com/rui314/mold#how-to-use

    My own cargo.toml:

    `

  • mold

    Mold: A Modern Linker 🦠

  • Sure, but they're nothing special, just lifted the recommandations from sccache and mold.

    sccache: https://github.com/mozilla/sccache#usage

    mold: https://github.com/rui314/mold#how-to-use

    My own cargo.toml:

    `

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