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

Script Optimizations #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 29, 2023

  1. Script Optimizations

    - Casting to float from int is about 10% slower then just using a float.(X -> X.0)
    - The VM doesn't seem to inline at all. So the function overhead for  GetActorRef() is three times what  GetReference() is. The overhead is most of the script delay. So I manually inlined them.
    Pop000100 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b59dd29 View commit details
    Browse the repository at this point in the history