mirror of https://github.com/pyodide/pyodide.git
Updated GSOC 2023 (markdown)
parent
48ff73be44
commit
ddbb3e9428
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue