We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a218907 commit 1e549c9Copy full SHA for 1e549c9
README.md
@@ -303,7 +303,7 @@ structures:
303
304
<p align="center">
305
<img src="images/LibF_benchs1.png"
306
- width="50%" alt="EffectiveSan object layout.">
+ alt="EffectiveSan object layout.">
307
</p>
308
309
Unsurprisingly, constructing a `std::vector` is the fastest. The fastest for
@@ -324,7 +324,7 @@ C++ range loop, i.e.:
324
325
326
<img src="images/LibF_benchs2.png"
327
328
329
330
Note that range loops use iterators, which are slower for LibF data structures
0 commit comments