File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ MesaPy's design and implementation. Blocks highlighted in read means unsafe
5151components, while blue blocks represent safe components. MesaPy aims to
5252protect Python runtime by our security hardening.
5353
54- ![ Design ] ( img/design.png )
54+ < img src = " img /design.png" width = " 400 " />
5555
5656By using formal verification, type system enhancement, and memory safe
5757programming language, MesaPy mitigates potential memory safety issues of both
@@ -124,7 +124,7 @@ We used 19 Python scripts to run our performance evaluation. Each script is
124124executed in ten times for MesaPy, PyPy 6.0.0, and Python 2.7.12 respectively.
125125The benchmarks are shown in the following figure.
126126
127- ![ Benchmarks ] ( img/benchmarks.png )
127+ < img src = " img /benchmarks.png" width = " 400 " />
128128
129129Thanks to JIT and efficient GC mechanism, MesaPy can achieve 10x plus speedup
130130compared to Python 2.7.12.
You can’t perform that action at this time.
0 commit comments