Skip to content

Commit ef90be1

Browse files
committed
content: reword metadata state tracking statement
1 parent 37e5443 commit ef90be1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/posts/metadata-cache-generation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ defaults to the system's number of logical CPU cores when unset.
8080
In a technical sense, pkgcraft avoids bash as much as possible. As described in
8181
the post on [rustifying
8282
bash](https://pkgcraft.github.io/posts/rustifying-bash-builtins/), all
83-
functionality specified by PMS is implemented with rust building on top of a
84-
bundled version of bash. This allows tracking metadata using more efficient
85-
internal state structures rather than bash variables.
83+
bash-related functionality is implemented in rust building on top of a bundled
84+
version of bash. This allows tracking metadata using more flexible and
85+
efficient data structures than bash variables.
8686

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

0 commit comments

Comments
 (0)