Skip to content

Commit c141d18

Browse files
Add new & better benchmarks
1 parent 840854b commit c141d18

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/out
22
*/out/
33
/.vs
4-
/CMakeSettings.json
4+
*/CMakeSettings.json
5+
CMakeSettings.json
56
/build

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ A scope has it's own structure - it has an offset and a pointer to the starting
7979
# Benchmark
8080
## Windows & CLang
8181
<img src="images/Windows_Benchmark_CLang.png"/><br />
82-
About 16-20 times faster than standard new/delete in each test.
82+
About 19-22 times faster than standard new/delete in each test.
8383

8484
## Windows & MSVC
8585
<img src="images/Windows_Benchmark.png"/><br />
86-
About 8-11 times faster than standard new/delete in each test.
86+
About 9-12 times faster than standard new/delete in each test.
8787

8888
## MacOS & CLang
89-
<img src="images/MacOS_Benchmark.jpg"/><br />
90-
About 7-10 times faster than standard new/delete in each test.
89+
<img src="images/MacOS_Benchmark.png"/><br />
90+
About 8-10 times faster than standard new/delete in each test.
9191

9292
# About
9393
- ***Sapir Shemer*** is the proud business owner of [DevShift](https://devshift.biz) and an Open-Source enthusiast. Have been programming since the age of 7. Mathematics Student :)

images/MacOS_Benchmark.jpg

-18.8 KB
Binary file not shown.

images/MacOS_Benchmark.png

553 KB
Loading

images/Windows_Benchmark.png

754 Bytes
Loading

images/Windows_Benchmark_CLang.png

1.27 KB
Loading

0 commit comments

Comments
 (0)