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

[Backport 2.10-maintenance] 2.16 faster flake lock parsing #10191

Closed

Commits on Mar 7, 2024

  1. Faster flake.lock parsing

    This PR reduces the creation of short-lived basic_json objects while
    parsing flake.lock files. For large flake.lock files (~1.5MB) I was
    observing ~60s being spent for trivial nix build operations while
    after this change it is now taking ~1.6s.
    
    (cherry picked from commit 7fd0de3)
    (cherry picked from commit f94fb63)
    Graham Dennis authored and github-actions[bot] committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4c8f1a1 View commit details
    Browse the repository at this point in the history