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
Look into map types (ahashmap vs btreemap, dashmap vs concurrent-map etc)
Especially important for building the package ID to package map, which cannot use dashmap due to lack of covariance.
Files backend builds packages internally :(
mtree2: what about &mut for smallvec/vec?
Build performance: Move cli into sub-crates so xtask is cheaper for paketkoll-only builds (for AUR packages this matters)
The text was updated successfully, but these errors were encountered:
fs_load_contents
Especially important for building the package ID to package map, which cannot use dashmap due to lack of covariance.
&mut
for smallvec/vec?The text was updated successfully, but these errors were encountered: