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

F2 aux override speedup #46

Merged
merged 11 commits into from
Aug 21, 2023
Merged

F2 aux override speedup #46

merged 11 commits into from
Aug 21, 2023

Commits on Aug 17, 2023

  1. added private variable to store provided aux_in_kw_override

    to eliminate need for cloning
    calbaker committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4038bd1 View commit details
    Browse the repository at this point in the history
  2. cleanup

    calbaker committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e2d637b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. made feature dev-proc-macros that determines whether local or publi…

    …shed `fastsim-proc-macros` is used
    
    demonstrated with `println!` that it works as expected
    calbaker committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b16590d View commit details
    Browse the repository at this point in the history
  2. made feature dev-proc-macros that determines whether local or publi…

    …shed `fastsim-proc-macros` is used
    
    demonstrated with `println!` that it works as expected
    calbaker committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b11654f View commit details
    Browse the repository at this point in the history
  3. removed debugging println

    calbaker committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    dd8a0f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c821e9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1982e1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8b3a61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65bf975 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21611f5 View commit details
    Browse the repository at this point in the history
  9. this shows that the new method of setting aux_in_override is maybe 25…

    …% faster
    
    and is somehow faster than not providing the array
    calbaker committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c0f12f9 View commit details
    Browse the repository at this point in the history