Closed nickajacks1 closed 10 months ago
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)
go generate
Thanks!
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)