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
#162 added zerocopy dependency, which in turn brings zerocopy_derive, which brings all the proc-macro dependency. This pushes ahash very far in the compilation chain, which is damageable for such a fundamental crate.
Are you willing to revert #162, or at least to consider a cheaper alternative ?
The text was updated successfully, but these errors were encountered:
Can you quantify this? From my POV,
If I just run cargo build in a clean working directory for ahash it's only building 7 things and takes about 1 sec.
Hi!
#162 added
zerocopy
dependency, which in turn bringszerocopy_derive
, which brings all the proc-macro dependency. This pushes ahash very far in the compilation chain, which is damageable for such a fundamental crate.Are you willing to revert #162, or at least to consider a cheaper alternative ?
The text was updated successfully, but these errors were encountered: