Update performance.md
This commit is contained in:
parent
156b1b20e3
commit
e35088d6ff
|
@ -48,6 +48,13 @@ We recommend against creating many `std::string` or `simdjson::padded_string` in
|
|||
auto doc = parser.iterate(padded_string_view(json_str, length, capacity));
|
||||
```
|
||||
|
||||
or simply
|
||||
|
||||
|
||||
```c++
|
||||
auto doc = parser.iterate(json_str, length, capacity);
|
||||
```
|
||||
|
||||
|
||||
Large files and huge page support
|
||||
---------------------------------
|
||||
|
|
Loading…
Reference in New Issue