string: Improve strrchr performance
Improve strrchr performance by using a more efficient termination test. On various micro architectures the speedup is 11% on large strings.
Loading
Please register or sign in to comment
Improve strrchr performance by using a more efficient termination test. On various micro architectures the speedup is 11% on large strings.