From 20693fedc5f73d5f01cd710b20b417122ac6ce3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Mon, 12 Jun 2023 19:21:03 +0200 Subject: [PATCH 1/2] docs: added meeting minutes for 2023-06-12 --- meetings/2023-06-12.md | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 meetings/2023-06-12.md diff --git a/meetings/2023-06-12.md b/meetings/2023-06-12.md new file mode 100644 index 0000000..26a4c86 --- /dev/null +++ b/meetings/2023-06-12.md @@ -0,0 +1,46 @@ +# Node.js Performance Team Meeting 2023-06-12 + +## Links + +* **Recording**: https://www.youtube.com/watch?v=LXvSMjyiLhM +* **GitHub Issue**: https://github.com/nodejs/performance/issues/94 + +## Present + +* Performance team: @nodejs/performance +* Ulises Gascon: @ulisesgascon +* Vinícius Lourenço: @H4ad + + + +## Agenda + +## Announcements + +* No announcements + +*Extracted from **performance-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. + +### nodejs/performance + +* Performance of WHATWG ReadableStream.read() [#82](https://github.com/nodejs/performance/issues/82) + * No news +* Expensive `isTraceHTTPEnable` [#81](https://github.com/nodejs/performance/issues/81) + * Vinícius has created a PR https://github.com/nodejs/node/pull/48142, there are some issues with the compilation but the solution is working fine + * It will be great to get additional help with the compilation issues +* Improve legacy CJS resolve [#73](https://github.com/nodejs/performance/issues/73) + * Vinícius has created a PR https://github.com/nodejs/node/pull/48325 + * This brings the possibility to improve other parts of the system like `fileURLToPath`. +* MakeCallback is very slow [#24](https://github.com/nodejs/performance/issues/24) + * No news + * Added “help wanted” label to the issue + + + +## Q&A, Other + +## Upcoming Meetings + +* **Node.js Foundation Calendar**: https://nodejs.org/calendar + +Click `+GoogleCalendar` at the bottom right to add to your own Google calendar. From a3d813c046d423602f398329611c5084c87e0adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Mon, 12 Jun 2023 19:46:27 +0200 Subject: [PATCH 2/2] Update meetings/2023-06-12.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vinicius Lourenço <12551007+H4ad@users.noreply.github.com> --- meetings/2023-06-12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meetings/2023-06-12.md b/meetings/2023-06-12.md index 26a4c86..2bbe225 100644 --- a/meetings/2023-06-12.md +++ b/meetings/2023-06-12.md @@ -30,7 +30,7 @@ * It will be great to get additional help with the compilation issues * Improve legacy CJS resolve [#73](https://github.com/nodejs/performance/issues/73) * Vinícius has created a PR https://github.com/nodejs/node/pull/48325 - * This brings the possibility to improve other parts of the system like `fileURLToPath`. + * This brings the possibility to improve other parts of the system like `fileURLToPath`, but it will need some ESM resolver code refactoring first as described in https://github.com/nodejs/node/pull/48325#issuecomment-1575799579 * MakeCallback is very slow [#24](https://github.com/nodejs/performance/issues/24) * No news * Added “help wanted” label to the issue