On Mon, Apr 07, 2025 at 09:15:05PM +0800, Zijun Hu wrote: > From: Zijun Hu <[email protected]> > > str_has_prefix() is frequently invoked to return length of the prefix > string if a string has another string as prefix, but its performance > is degraded by the strlen() loop contained. > > Improve its performance by eliminating the strlen() loop.
NAK. -- With Best Regards, Andy Shevchenko
