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

refactor: move manually created tchar table to bytesconv_table_gen #1689

Merged
merged 1 commit into from
Jan 7, 2024

Conversation

nickajacks1
Copy link
Contributor

The toUpper and toLower tables were also updated by go generate, I can revert those lines if that's not desirable.
Used a table of size 128 instead of 256 to lower impact on cache (AKA futile premature optimization)

@erikdubbelboer erikdubbelboer merged commit 2accefa into valyala:master Jan 7, 2024
12 of 14 checks passed
@erikdubbelboer
Copy link
Collaborator

Thanks!

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.

3 participants