Skip to content

Commit

Permalink
content: reword metadata state tracking statement
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 26, 2024
1 parent 37e5443 commit ef90be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/posts/metadata-cache-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ defaults to the system's number of logical CPU cores when unset.
In a technical sense, pkgcraft avoids bash as much as possible. As described in
the post on [rustifying
bash](https://pkgcraft.github.io/posts/rustifying-bash-builtins/), all
functionality specified by PMS is implemented with rust building on top of a
bundled version of bash. This allows tracking metadata using more efficient
internal state structures rather than bash variables.
bash-related functionality is implemented in rust building on top of a bundled
version of bash. This allows tracking metadata using more flexible and
efficient data structures than bash variables.

Parallelism is handled in a simplistic fashion by running the entire workflow
-- validity checks, ebuild sourcing, metadata structure creation, and file
Expand Down

0 comments on commit ef90be1

Please sign in to comment.