Skip to content
Commit 6e46de42 authored by Wilco Dijkstra's avatar Wilco Dijkstra
Browse files

This patch improves strcat performance by using strlen and strcpy. Strlen has a fast C

implementation, so this improves performance even on targets which don't have an optimized
strlen and strcpy - it is 25% faster in bench-strcat. On targets which don't provide an
optimized strcat but which do have an optimized strlen and strcpy, performance gain is > 2x.
parent 6a9ad2fa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment