Skip to content

Improve performance of CPU data parsing

Ghost User requested to merge (removed):strconv into master

7*g_ascii_strtoull() is approximately 3 times faster than sscanf(7*lu).

Edited by Ghost User

Merge request reports