rust/src/tools/rustdoc-js
Michael Howell 28db4ccda7 rustdoc-search: compressed bitmap to sort, then load desc
This adds a bit more data than "pure sharding" by
including information about which items have no description
at all. This way, it can sort the results, then truncate,
then finally download the description.

With the "e" bitmap: 2380KiB

Without the "e" bitmap: 2364KiB
2024-03-21 17:57:01 -07:00
..
.eslintrc.js rustdoc-search: shard the search result descriptions 2024-03-16 22:07:30 -07:00
tester.js rustdoc-search: compressed bitmap to sort, then load desc 2024-03-21 17:57:01 -07:00