bloom VS cargo-chef

Compare bloom vs cargo-chef and see what are their differences.

bloom

The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more (by skerkour)

cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching. (by LukeMathWalker)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
bloom cargo-chef
28 18
1,564 1,514
-0.4% -
2.0 7.3
12 months ago 8 days ago
Rust Rust
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bloom

Posts with mentions or reviews of bloom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-26.

cargo-chef

Posts with mentions or reviews of cargo-chef. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.
  • Transitioning to Rust as a company
    8 projects | /r/rust | 2 Jun 2023
    CI time. Do you want to micromanage your own docker images for all your CI? Great! If not, yes you do. In fact, you want to manage a docker image to build a docker image to use for CI. Use cargo-chef to prepare a build image with your dependencies pre-built if you want to do fine-grained build/test pipelines. Oh also, there's no jUnit test report generation, that was killed off today. (YES, SORRY, I'm still salty.)
  • Rust and Next.js everywhere?
    2 projects | /r/rust | 26 Apr 2023
    Have you looked at cargo-chef? It supposedly speeds up compilation times if you're using Docker.
  • Exploring the problem of faster Cargo Docker builds
    4 projects | /r/rust | 30 Mar 2023
    A tool already exists for this called Cargo-chef, and it works extremely well.
  • Deploying Rust APIs | What Is Your Favorite Method?
    3 projects | /r/rust | 28 Mar 2023
    At work I've use Dockerfile and cargo-chef to improve build times. You can also look into buildkit cache mounts, but this approach is rarely super effective on hosted CI because they start from scratch on most runs. In the context of Rust specifically you may also see the target directory reflect unbounded data growth if it's reused over and over across revisions. because cargo by default won't expire older intermediate artifacts. Cargo-sweep can help with that but I wouldn't pursue this in a CI effort. This will affect both "native" builds and buildkit cache mounts if you're persisting the target directory.
  • How to write a GitHub Action in Rust
    4 projects | dev.to | 6 Feb 2023
    We create an empty Rust binary with cargo new, this is a simple way to get Docker layer caching to work. For a more robust solution, you may want to check out cargo-chef.
  • Crafting container images without Dockerfiles
    20 projects | news.ycombinator.com | 6 Feb 2023
    If this ends up being a cleaner/easier way to having to workaround super expensive rebuilds for Rust given cache + deps compared to this https://github.com/LukeMathWalker/cargo-chef , reading this thread will have been a huge win for me (and hopefully others).

    Whether introducing Bazel is easier/worth it, subjective I guess.

  • Is it possible to get fast Rust compiles in a Docker container?
    11 projects | /r/rust | 28 Dec 2022
    I did a talk (slides here) about this a few years ago, it took a bit of work to get the build caching working with cargo. As others have pointed out, there is now cargo chef to solve this problem so you probably don't have to deal with the issues I saw, but I thought it still might be helpful context.
  • Faster CI builds for Rust with pre-baked builder images and sccache
    1 project | /r/rust | 16 Dec 2022
    I'm curious if you've tried out cargo-chef, I've had some decent improvements with it but I wonder how it stacks up to the sccache approach (don't have the time to try it out myself right now).
  • 2 years of fiddling with Rust – critical thoughts
    5 projects | news.ycombinator.com | 6 Nov 2022
    for CI have you tried to use buildkit persistent runners with caching + https://github.com/LukeMathWalker/cargo-chef ?
  • How to speed up the Rust compiler in July 2022
    7 projects | /r/rust | 19 Jul 2022
    If you're deploying Rust with Docker I can tell you that cargo-chef is invaluable. With zero work it caches the dependency fetch and compilation steps. Most of the time the ens Docker deploy is closer to an incremental compile than full.

What are some alternatives?

When comparing bloom and cargo-chef you can also consider the following projects:

wgpu-rs - Rust bindings to wgpu native library

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.

Triox - A free file hosting server that focuses on speed, reliability and security.

rules_rust - Rust rules for Bazel

black-hat-rust - Applied offensive security with Rust - https://kerkour.com/black-hat-rust

mold - Mold: A Modern Linker 🦠

degoogle - A huge list of alternatives to Google products. Privacy tips, tricks, and links.

cargo-sweep - A cargo subcommand for cleaning up unused build files generated by Cargo

yakuza-freecam - Yakuza Freecam Tool made in Rust

monadium - A platform with the purpose to teach Rust web development to people with no prior experience of programming

miniserve - 🌟 For when you really just want to serve some files over HTTP right now!

rust-ci-release-template - A Github Actions based CI release template for Rust binaries