File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ 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- <img src =" img/design.png " width =" 400 " />
54+ <p align =" center " >
55+ <img src =" img/design.png " width =" 500 " />
56+ </p >
5557
5658By using formal verification, type system enhancement, and memory safe
5759programming language, MesaPy mitigates potential memory safety issues of both
@@ -124,7 +126,9 @@ We used 19 Python scripts to run our performance evaluation. Each script is
124126executed in ten times for MesaPy, PyPy 6.0.0, and Python 2.7.12 respectively.
125127The benchmarks are shown in the following figure.
126128
127- <img src =" img/benchmarks.png " width =" 400 " />
129+ <p align =" center " >
130+ <img src =" img/benchmarks.png " width =" 500 " />
131+ </p >
128132
129133Thanks to JIT and efficient GC mechanism, MesaPy can achieve 10x plus speedup
130134compared to Python 2.7.12.
You can’t perform that action at this time.
0 commit comments