Skip to content
Commit 7a9fd160 authored by Wilco Dijkstra's avatar Wilco Dijkstra Committed by Szabolcs Nagy
Browse files

string: Optimize memcmp

Rewrite memcmp to improve performance. On small and medium inputs
performance is typically 25% better. Large inputs use a SIMD loop
processing 64 bytes per iteration, which is 50% faster than the
previous version.
parent 2760eebc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment