mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-21 09:39:17 +03:00
The optimization includes the following improvements: - Implementation of a function that processes 8 bytes per loop iteration to locate ASCII characters using bitwise manipulations. - Implementation of the ToLowercaseFunc function that prevents string copying if the string is already in lowercase. - Use of a lookup table for converting ASCII characters to lowercase, with logic copied from the VictoriaLogs repository.