Updated GSOC 2023 (markdown)

Gyeongjae Choi 2023-02-08 08:36:44 +09:00
parent 346ebc2b5a
commit ad8171da93
1 changed files with 4 additions and 0 deletions

@ -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