From ad8171da9314c8644c249f32512617fb270dbb4d Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Wed, 8 Feb 2023 08:36:44 +0900 Subject: [PATCH] Updated GSOC 2023 (markdown) --- GSOC-2023.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GSOC-2023.md b/GSOC-2023.md index 3b826ed..9a3b6c4 100644 --- a/GSOC-2023.md +++ b/GSOC-2023.md @@ -19,3 +19,7 @@ Python is historically not a language designed for the Web. In particular, the s ### 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. + +### 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