mirror of https://github.com/pyodide/pyodide.git
Updated GSOC 2023 (markdown)
parent
346ebc2b5a
commit
ad8171da93
|
@ -19,3 +19,7 @@ Python is historically not a language designed for the Web. In particular, the s
|
||||||
### Sandoxing Python execution with Deno
|
### Sandoxing Python execution with Deno
|
||||||
|
|
||||||
Pyodide is used extensively in the browser. It's also possible to use it server side to run in Node.js, however, this does not provide the sandboxing functionality that many users require. It would be interesting to explore adding support for the Deno runtime which does include the sandbox functionality by default.
|
Pyodide is used extensively in the browser. It's also possible to use it server side to run in Node.js, however, this does not provide the sandboxing functionality that many users require. It would be interesting to explore adding support for the Deno runtime which does include the sandbox functionality by default.
|
||||||
|
|
||||||
|
### Benchmarking Pyodide
|
||||||
|
|
||||||
|
Investigating the performance of Pyodide through benchmarking using popular tools like pyperformance, taking into consideration factors such as the task being run, the type of browsers, and the number of C-extension, with the aim of better understanding the extent of its slower performance compared to native Python
|
||||||
|
|
Loading…
Reference in New Issue