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

normalizer optimization #152

Merged
merged 1 commit into from
Feb 5, 2024
Merged

normalizer optimization #152

merged 1 commit into from
Feb 5, 2024

Conversation

lumpidu
Copy link
Collaborator

@lumpidu lumpidu commented Feb 4, 2024

frontend/CategoryTuplesjava:

  • precompile all tuples
  • move String interpolation inside tuple initialization

frontend/TTSNormalizer.java:

  • fillDict(): optimize lookups
  • avoid unnecessary operations
  • const correctness

frontend/CategoryTuplesjava:
- precompile all tuples
- move String interpolation inside tuple initialization

frontend/TTSNormalizer.java:
- fillDict(): optimize lookups
- avoid unnecessary operations
- const correctness

Signed-off-by: Daniel Schnell <[email protected]>
@lumpidu lumpidu added enhancement New feature or request refactor 2.0.x labels Feb 4, 2024
@lumpidu lumpidu added this to the 1.4.0 milestone Feb 4, 2024
@lumpidu lumpidu self-assigned this Feb 4, 2024
@lumpidu lumpidu merged commit cce946f into v1.4.x Feb 5, 2024
1 check failed
@lumpidu lumpidu deleted the ds/normalizer_optimization branch February 5, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0.x enhancement New feature or request refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant