]> Cypherpunks repositories - gostls13.git/commit
strings: use bytealg.LastIndexRabinKarp on strings.LastIndex
authorjiahua wang <wjh180909@gmail.com>
Thu, 2 Nov 2023 03:51:46 +0000 (11:51 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 22 Jan 2026 15:37:08 +0000 (07:37 -0800)
commitfde15bbfc1ed51c9ec8c0f8d3d610851d1a690d0
tree8afa090875ff2da7e9ef4dfcbc8e683bef1097ad
parent0f9cdc2fbc8de4ffed049284b1b42c0496d9e05d
strings: use bytealg.LastIndexRabinKarp on strings.LastIndex

Change-Id: I7eae15bf0b4d556763e1754e17031c880035d69c
Reviewed-on: https://go-review.googlesource.com/c/go/+/538737
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
src/strings/strings.go