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
rustdoc-search: adjust packing heuristics to save more space
This upgrade causes stringdex to use fewer, larger files with the
suffix-only children included more often. This is particularly aimed
at reducing the number of files required by many-assoc-items.
The cost of this change is that the browser has to download more
data that it isn't using while walking the search tree, because
branches of the search tree that it isn't using are in the files
it downloads. When I tested against the wordnet dictionary,
"indexing" required 12MiB of transfer, where it used to require 8MiB.
0 commit comments