Skip to content

Commit cfa77f3

Browse files
committed
update results for simd; update gitignore
1 parent 76ab840 commit cfa77f3

10 files changed

+15
-325
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
out/
1+
out/
2+
**/__pycache__
3+
.vscode

.vscode/c_cpp_properties.json

-19
This file was deleted.

.vscode/configurationCache.log

-1
This file was deleted.

.vscode/dryrun.log

-6
This file was deleted.

.vscode/settings.json

-14
This file was deleted.

.vscode/targets.log

-272
This file was deleted.

__pycache__/config.cpython-38.pyc

-1.2 KB
Binary file not shown.

results/bar_chart.png

-14 Bytes
Loading

results/comparative_results.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
averages:
2-
native without sse2 : 0.20760923107569723
3-
native with sse2 : 0.17700393625498007
4-
wasm without simd128 : 0.3570797768924303
5-
wasm with simd128 : 0.2235700079681275
2+
native without sse2 : 0.208136256
3+
native with sse2 : 0.17820247600000003
4+
wasm without simd128 : 0.345253492
5+
wasm with simd128 : 0.21964576
66

77
performance increase percentage [100 * (hi - lo) / lo]:
8-
native without sse2 -> native with sse2 : 17.290742493222986
9-
wasm without simd128 -> wasm with simd128 : 59.71720900208411
10-
wasm with simd128 -> native with sse2 : 26.307930037254916
11-
wasm without simd128 -> native without sse2 : 71.99609817071864
8+
native without sse2 -> native with sse2 : 16.797622946608193
9+
wasm without simd128 -> wasm with simd128 : 57.18650430584228
10+
wasm with simd128 -> native with sse2 : 23.256289660083045
11+
wasm without simd128 -> native without sse2 : 65.87859253123109
1212

1313
time reduction percentage [100 * (hi - lo) / hi]:
14-
native without sse2 -> native with sse2 : 14.741779381456332
15-
wasm without simd128 -> wasm with simd128 : 37.38933917966528
16-
wasm with simd128 -> native with sse2 : 20.828407234205574
17-
wasm without simd128 -> native without sse2 : 41.85914618787298
14+
native without sse2 -> native with sse2 : 14.38181918675426
15+
wasm without simd128 -> wasm with simd128 : 36.381306753010335
16+
wasm with simd128 -> native with sse2 : 18.86823765685255
17+
wasm without simd128 -> native without sse2 : 39.71494544651847

results/comparison.png

-411 Bytes
Loading

0 commit comments

Comments
 (0)