Expand description
A global table for the pathnames used in FileEntry
and Loc
.
Using this will make the often-cloned Loc faster to copy, since it will just contain an index into the global table.
It also makes it faster to compare pathnames, because the table will be created in lexical order by the caller
(Fileset
), with the exception of some stray files (such as the config file)
where the order doesn’t matter.
Structs§
- A global table for the pathnames used in
FileEntry
andLoc
.