Closed joseluis closed 2 weeks ago
Updating hashbrown to 0.15 changes its default hasher to foldhash instead of ahash, slightly improving performance and more importantly removing a few transitive dependencies (cfg-if, once_cell, zerocopy).
hashbrown
0.15
foldhash
ahash
cfg-if
once_cell
zerocopy
Updating
hashbrown
to0.15
changes its default hasher tofoldhash
instead ofahash
, slightly improving performance and more importantly removing a few transitive dependencies (cfg-if
,once_cell
,zerocopy
).