Improve strcoll with strdiff.
This patch improves strcoll hot case by finding first byte that mismatches. That is in likely case enough to determine comparison result.
Loading
Please register or sign in to comment
This patch improves strcoll hot case by finding first byte that mismatches. That is in likely case enough to determine comparison result.