You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
At the moment, we do several clones of strings for package IDs, feature IDs, etc. This isn't great, and ideally a graph would carry with it a pool of strings + internal references to them instead.
At the moment, we do several clones of strings for package IDs, feature IDs, etc. This isn't great, and ideally a graph would carry with it a pool of strings + internal references to them instead.
I've done some initial exploratory work at https://github.com/sunshowers/cargo-guppy/tree/string-interning, converting over
PackageMetadata
to have a lifetime parameter.Related to #37 since interning package IDs will mean returning a custom
PackageId<'g>
instead of&'g PackageId
.The text was updated successfully, but these errors were encountered: