Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WillisMedwell committed Feb 6, 2024
1 parent d470791 commit d7bb914
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,12 @@ constexpr auto to_array(Args&&... args)

**Clang (Server)**

| String Operation | Std | StringZilla | Utily |
| ----------------------- | --- | ----------- | ----- |
| find | | | |
| find_first_of | | | |
| find_substring(char[4]) | | | |
| find_substring(char[8]) | | | |
| String Operation | Std | StringZilla | Utily |
| ----------------------- | ------ | ----------- | ---------- |
| find | 205 ns | **124 ns** | 203 ns |
| find_first_of | 630 ns | | **324 ns** |
| find_substring(char[4]) | 243 ns | 646 ns | **205 ns** |
| find_substring(char[8]) | 254 ns | 1250 ns | **207 ns** |


**Emscripten**
Expand Down

0 comments on commit d7bb914

Please sign in to comment.