[PATCH 0/2] lib/string: Improve performance for both strstarts() and str_has_prefix()

Zijun Hu posted 2 patches 10 months, 1 week ago
include/linux/string.h | 31 ++--------------------------
lib/string.c           | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 29 deletions(-)
[PATCH 0/2] lib/string: Improve performance for both strstarts() and str_has_prefix()
Posted by Zijun Hu 10 months, 1 week ago
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Zijun Hu (2):
      lib/string: Improve strstarts() performance
      lib/string: Improve str_has_prefix() performance

 include/linux/string.h | 31 ++--------------------------
 lib/string.c           | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+), 29 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250407-imp_str_perf-183d81d27311

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>
Re: [PATCH 0/2] lib/string: Improve performance for both strstarts() and str_has_prefix()
Posted by Andy Shevchenko 10 months, 1 week ago
On Mon, Apr 07, 2025 at 09:15:03PM +0800, Zijun Hu wrote:

No information?!
Please, add the performance tests (link to them?) and results here at bare
minimum.

> Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>

-- 
With Best Regards,
Andy Shevchenko