<div dir="ltr">Hello,<br>   Here is my report for week 11:<br>      * Merged all branches, rebased them on top of Node.js 16.17.0 and published new PPA packages<br>         - This includes the new fully OO C++ API and the stdio redirection<br>      * FOSS4G 2022<br>      * Implemented the loading of the Node.js built-in libraries from a V8 heap snapshot instead of parsing/compiling them at every instance initialization<br>         - However this required reshuffling large parts of the Node.js build system and substantial modifications to the environment startup code<br>         - It seems that current versions of Node.js support loading of the internal libraries from a V8 heap snapshot only for the main thread - worker threads always recompile everything - so it might be preferable to solve this underlying problem in Node.js instead of maintaining a very large patch for what is a simple performance feature<br>         - Code is available here: <a href="https://github.com/mmomtchev/node/tree/napi-libnode-snapshots">https://github.com/mmomtchev/node/tree/napi-libnode-snapshots</a><div><br>   Next week, which was normally set aside for debugging and testing, will be dedicated to:<br>   * Testing the performance impact of the snapshots<br>   * Eventually proposing to solve the underlying issue - lack of support for snapshots for threads other than the main - directly in Node.js<br>   * Porting all the recent changes to Node.js 18 and publishing Node.js 18 packages for libnode<br></div><div><br></div><div>I am currently not blocked on anything.</div></div>