forked from ninja-build/ninja
-
Notifications
You must be signed in to change notification settings - Fork 1
Reserving if size is known #25
Copy link
Copy link
Open
Labels
C++98Changes that should go first in the patch series.Changes that should go first in the patch series.upstreamIntended to be sent to the upstream projectIntended to be sent to the upstream project
Metadata
Metadata
Assignees
Labels
C++98Changes that should go first in the patch series.Changes that should go first in the patch series.upstreamIntended to be sent to the upstream projectIntended to be sent to the upstream project
Type
Fields
Give feedbackNo fields configured for issues without a type.
Patch that fixes and reserves ALL vectors, maps and etc wherever we know the size in advance or can make a reasonable guess.
This is quite crucial for performance.