Updated GSOC 2023 (markdown)

Gyeongjae Choi 2023-02-16 18:40:49 +09:00
parent 48ff73be44
commit ddbb3e9428
1 changed files with 5 additions and 1 deletions

@ -26,4 +26,8 @@ Pyodide is used extensively in the browser. It's also possible to use it server
### 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
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.
### Improving micropip
micropip is a lightweight package installer for Pyodide. Compared to pip, micropip has quite limited functionality. It would be useful to add more features to micropip. It would be also interesting to explore making micropip to be used in non-Pyodide environments.