Loading...
Searching...
No Matches
array_parser.hpp
Go to the documentation of this file.
35 * Heuristics:
36 * STL impls have a small initial capacity of vector.
37 * It leads to multiple reallocations during inserts.
38 * We intentionally give up some maybe-unused space to lower realloc
39 * count.
40 */
