Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc-search: use tighter json for names and parents #129426

Merged
merged 1 commit into from
Aug 23, 2024

Commits on Aug 22, 2024

  1. rustdoc-search: use tighter json for names and parents

    File size
    ---------
    
    ```console
    $ du -hs doc.old/search-index1.82.0.js doc/search-index1.82.0.js
    3.2M    doc.old/search-index1.82.0.js
    2.8M    doc/search-index1.82.0.js
    $ gzip doc/search-index1.82.0.js
    $ gzip doc.old/search-index1.82.0.js
    $ du -hs doc.old/search-index1.82.0.js.gz doc/search-index1.82.0.js.gz
    464K    doc.old/search-index1.82.0.js.gz
    456K    doc/search-index1.82.0.js.gz
    $ du -hs compiler-doc.old/search-index.js compiler-doc/search-index.js
    8.5M    compiler-doc.old/search-index.js
    6.5M    compiler-doc/search-index.js
    $ gzip compiler-doc/search-index1.82.0.js
    $ gzip compiler-doc.old/search-index1.82.0.js
    $ du -hs compiler-doc.old/search-index.js.gz compiler-doc/search-index.js.gz
    1.4M    compiler-doc.old/search-index.js.gz
    1.4M    compiler-doc/search-index.js.gz
    ```
    notriddle committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8151de2 View commit details
    Browse the repository at this point in the history