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

Speed up the initial loading time due to GRF file table decoding #114

Merged
merged 2 commits into from
Aug 29, 2023

Commits on Aug 29, 2023

  1. GRF: Speed up the multibyte string decoding on Windows

    50ms faster startup time on my machine. Not amazing, but it's free.
    rdw-software committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a6a1b8b View commit details
    Browse the repository at this point in the history
  2. GRF: Speed up file table decoding via table.new

    Another free 70ms improvement on my machine. Obviously, the entire thing is still very slow and wasteful, but that can wait.
    rdw-software committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a9401ba View commit details
    Browse the repository at this point in the history