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

⚡️ Faster instantiation of internet-related arbitraries #5402

Merged
merged 1 commit into from
Nov 2, 2024

Commits on Nov 2, 2024

  1. ⚡️ Faster instantiation of internet-related arbitraries

    These arbitraries used to be relatively costly to instantiate and re-instantiate. While generally not a huge concern, when used in multiple properties and arbitraries this small cost (around 10ms measured for some of them) could be considered as far too much.
    
    Tis PR is responsible to drop this time for later re-instantiations of the same internet-related arbitrary (and also other internet-related aribitraries).
    dubzzz authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    281ca69 View commit details
    Browse the repository at this point in the history