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

Expose a space deliminated format token resolver #164

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Expose a space deliminated format token resolver #164

merged 1 commit into from
Sep 13, 2024

Conversation

nickbabcock
Copy link
Contributor

@nickbabcock nickbabcock commented Sep 12, 2024

Every save game implementation has an $env variable that points to a file, which the build script turns into a very long match statement. This is poor for compile times and doesn't confer much performance improvement.

The $env token resolvers are being sunset with tests and implementations expected to pull from a file.

HOI4save tests goes from 220 to 12 seconds (closing in on 20x faster)

Every save game implementation has an $env variable that points to a
file, which the build script turns into a very long `match` statement.
This is poor for compile times and doesn't confer much performance
improvement.

The $env token resolvers are being sunset with tests and implementations
expected to pull from a file.
@nickbabcock nickbabcock merged commit 6f950cc into master Sep 13, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant