refactor(#5226): replace up-cased private ascii with tt.as-ascii#5244
Closed
asmirnov-backend wants to merge 1 commit into
Closed
refactor(#5226): replace up-cased private ascii with tt.as-ascii#5244asmirnov-backend wants to merge 1 commit into
asmirnov-backend wants to merge 1 commit into
Conversation
asmirnov-backend
marked this pull request as ready for review
June 19, 2026 15:37
asmirnov-backend
marked this pull request as draft
June 19, 2026 15:39
Contributor
🚀 Performance AnalysisAll benchmarks are within the acceptable range. No critical degradation detected (threshold is 100%). Please refer to the detailed report for more information. Click to see the detailed report
✅ Performance gain: |
asmirnov-backend
force-pushed
the
feat/5226/up-cased-as-ascii
branch
from
June 19, 2026 15:45
e77a861 to
792c01f
Compare
…s-ascii Drop the private nested [char] > ascii helper in up-cased and route code, maxcode, mincode and the distance offset through tt.as-ascii. Sort the alias metas by label so as-ascii leads. Make distance a constant and drop +unlint redundant-object, which only guarded it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
asmirnov-backend
force-pushed
the
feat/5226/up-cased-as-ascii
branch
from
June 19, 2026 15:52
792c01f to
8687013
Compare
Contributor
Author
|
Closing as redundant — the up-cased changes (drop nested |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Part of #5226.
Drops the private nested
[char] > asciihelper intt.up-casedto use object "tt.as-ascii"Wait's for #5227