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

Improve Title Abbreviation Performance #761

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Jan 18, 2024

This improves the performance of the title abbreviation algorithm and also bails out if the recursion depth is too high in order to prevent stack overflows and also bad performance.

This improves the performance of the title abbreviation algorithm and
also bails out if the recursion depth is too high in order to prevent
stack overflows and also bad performance.
@CryZe CryZe added enhancement An improvement for livesplit-core. performance Affects the performance of the code. labels Jan 18, 2024
@CryZe CryZe added this to the v0.14 milestone Jan 18, 2024
@CryZe CryZe merged commit d099838 into LiveSplit:master Jan 18, 2024
72 checks passed
@CryZe CryZe deleted the title-abbrev-perf branch January 18, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement for livesplit-core. performance Affects the performance of the code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant