Pants vs. Bazel: Why Pants may be the right choice for your team

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

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

    The Pants Build System

  • The Pants daemon (pantsd) is now enabled by default, so "noop" runs do not recalculate anything. Pants is about 40% rust at this point, but there is still some Python in the per-run request path, and so a noop run takes about a second (regardless of repository size). We're porting the client to rust to lower that latency, and will be removing more Python from the request path over time.

  • Bazel

    a fast, scalable, multi-language and extensible build system

  • How do you handle cache correctness for things like Linux C++ compilers that like to spew their dependencies all over the file system? Bazel doesn't bother which seems very risky to me.

  • 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
  • jk

    Configuration as Code with ECMAScript

  • If I were writing a build system today (and I did just write one actually to test out some ideas) I would use Typescript for the language with something like jk to provide hermeticity. Typescript has many advantages, especially over Python, but mainly:

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