|
|
|
|
|
by viraptor
5934 days ago
|
|
> fallback that does straight byte by byte comparison That's not even funny anymore... I wonder how many iterations will it take, until they discover that strncmp compiles down to "repz cmpsb" (or equivalent) and you really cannot do better than that with if-s on each character. |
|
Then I read threads like this. :o) Keep learning...