Vectorize strings.prefix_length.

Also add `strings.common_prefix`.
This commit is contained in:
Jeroen van Rijn
2025-05-31 20:24:21 +02:00
parent d52aa3f2c2
commit 890e923051
5 changed files with 298 additions and 18 deletions
+1
View File
@@ -4,3 +4,4 @@ package benchmarks
@(require) import "crypto"
@(require) import "hash"
@(require) import "text/regex"
@(require) import "strings"