mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
small change for benchs on 4.02
This commit is contained in:
parent
4cc9862ef8
commit
01e8720797
1 changed files with 1 additions and 1 deletions
|
|
@ -1217,7 +1217,7 @@ module Str = struct
|
|||
false
|
||||
else
|
||||
let sub = String.sub s 0 len_p in
|
||||
String.equal prfx sub
|
||||
CCString.equal prfx sub
|
||||
|
||||
let bat_prefix ~pre:p str =
|
||||
let len = String.length p in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue