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

Use alloca to address memory layout effects #744

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 26, 2023

  1. replace collect with Vec::reserve

    the iter collect pollutes the call stack
    (10 levels off calls)
    PSeitz committed May 26, 2023
    Configuration menu
    Copy the full SHA
    d0af36c View commit details
    Browse the repository at this point in the history
  2. offset tests with alloca

    PSeitz committed May 26, 2023
    Configuration menu
    Copy the full SHA
    cf60ffc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17159c7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    e6f98ee View commit details
    Browse the repository at this point in the history