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

This patch improves strncat performance by using strlen. Strlen has a fast C implementation, so

this
will improve performance even on targets which don't have an optimized strlen. It is about twice
as
fast as the original strncat in bench-strncat.
parent 6e46de42
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