Skip to content

Commit

Permalink
Update large-builds.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Nov 1, 2024
1 parent 3a36e60 commit 648ba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/depth/large-builds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ other proprietary projects may have many more.

Mill modules are cheap. Having more modules does not significantly impact performance
or resource usage, build files are incrementally re-compiled when modified, and modules are
lazily loaded and initialled only when used. So you are encouraged to break up your project
lazily loaded and initialized only when needed. So you are encouraged to break up your project
into modules to manage the layering of your codebase or benefit from parallelism.


Expand Down

0 comments on commit 648ba29

Please sign in to comment.