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

For the OpMap VM instruction, since numElements is known just use the capacity hint. #347

Merged
merged 1 commit into from
Sep 21, 2021

Commits on Sep 5, 2021

  1. For the OpMap VM instruction, since numElements is known just use the…

    … capacity hint.
    
    This optimization perhaps is premature but I think it's a small easy win to just allocate the map precisely with the target number of elements.
    deckarep authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    6568d7e View commit details
    Browse the repository at this point in the history