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

Optimization changes #32

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Optimization changes #32

merged 2 commits into from
Jan 3, 2024

Commits on Dec 8, 2023

  1. Optimization changes

    Some simple:
     - Remove unnecessary array allocation
     - Improve performance of _G function
    
    Some complicated
     - Avoid returning multiple function calls
     - Use let function to avoid captured variables (see https://docs.julialang.org/en/v1/manual/performance-tips/#man-performance-captured)
    bclyons12 committed Dec 8, 2023
    2 Configuration menu
    Copy the full SHA
    f931a8a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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