Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parser: allocate vector with exact capacity (#894)
This tweaks `parse_content()` logic in order to reduce the amount of vector growing, as the final vector capacity is already known beforehand.
- Loading branch information