File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ As usual for microbenchmarks, take them with a grain of salt.
224224### MSVC 19.42.34436.0 ` /d2Obforceinline /RTC1 `
225225
226226> Note: NOT ` /Od ` since it even disables /d2Obforceinline... You should probably be using at least /O1 anyway.
227+
227228| complexityN | ns/op | op/s | err% | total | Vector of uint64_t
228229|------------:|--------------------:|--------------------:|--------:|----------:|:-------------------
229230| 1,000 | 55,695.84 | 17,954.66 | 0.3% | 1.21 | ` std::vector.push_back `
@@ -281,6 +282,7 @@ As usual for microbenchmarks, take them with a grain of salt.
281282| 1,000 | 49,608.16 | 20,157.97 | 0.2% | 1.22 | ` guardedvector.push_back `
282283
283284### Clang 14.0.6 WSL ` -g -Og `
285+
284286| complexityN | ns/op | op/s | err% | total | Vector of uint64_t
285287|------------:|--------------------:|--------------------:|--------:|----------:|:-------------------
286288| 1,000 | 1,370.84 | 729,480.18 | 0.1% | 1.21 | ` std::vector.push_back `
You can’t perform that action at this time.
0 commit comments