Problem
In docs/benchmarks.md, the x86_64 throughput table has a column-count mismatch.
At the table starting around line 110, the header defines 7 columns:
| Scenario | Size | cjson | simdjson | `qjson.parse` | `qjson.decode + access content` | `qjson.decode + qjson.encode` |
But the separator row defines 8 columns:
|---|---|---:|---:|---:|---:|---:|---:|
This can render the Markdown table with an extra empty column or otherwise malformed alignment.
Expected fix
Remove the extra trailing separator cell so the separator row has 7 columns, matching the header.
It is also worth checking nearby benchmark tables for the same issue.
Problem
In
docs/benchmarks.md, the x86_64 throughput table has a column-count mismatch.At the table starting around line 110, the header defines 7 columns:
But the separator row defines 8 columns:
This can render the Markdown table with an extra empty column or otherwise malformed alignment.
Expected fix
Remove the extra trailing separator cell so the separator row has 7 columns, matching the header.
It is also worth checking nearby benchmark tables for the same issue.