string: Improve strrchr-mte performance
Improve strrchr performance by using a fast strchr loop to find the first match. On various micro architectures the speedup is 30-80% on large strings and 32% on small strings.
Loading
Please register or sign in to comment