mbox series

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

Message ID 20250407-imp_str_perf-v1-0-ed95d52964a4@quicinc.com (mailing list archive)
Headers show
Series lib/string: Improve performance for both strstarts() and str_has_prefix() | expand

Message

Zijun Hu April 7, 2025, 1:15 p.m. UTC
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,

Comments

Andy Shevchenko April 7, 2025, 1:49 p.m. UTC | #1
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>