Working on an addition for the How Does Pants Work...
# general
b
Working on an addition for the How Does Pants Work page of the docs. How's this?
Copy code
Remote caching enables your coworkers and your CI to reuse the results of commands you already ran. Pants dependency inference gives you a remote execution plan for free. The engine can delegate work to a remote build cluster so that you are no longer limited by the number of cores on your machine. If you have enough remote workers, you can run your entire test suite in total parallelism.