TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Node.js – v20.8.0

94 点作者 bricss超过 1 年前

4 条评论

derN3rd超过 1 年前
Just thought that the `This rework addressed a series of long-standing memory leaks and use-after-free issues in the following APIs that support` part will finally solve memory issues with jest, but Simen Bekkhus already posted that it&#x27;s still an issue... (<a href="https:&#x2F;&#x2F;github.com&#x2F;nodejs&#x2F;node&#x2F;issues&#x2F;35375#issuecomment-1740747711">https:&#x2F;&#x2F;github.com&#x2F;nodejs&#x2F;node&#x2F;issues&#x2F;35375#issuecomment-174...</a>)
评论 #37704242 未加载
评论 #37703785 未加载
idbehold超过 1 年前
One thing that bugs me about the &quot;140% improvement&quot; PR is that even the author only has some hand-wavy theory as to why that change from local variables to an object with those two properties made such a drastic improvement. V8 performance (well, let&#x27;s be honest, any JS runtime&#x27;s performance) is just a bunch of guess and check work.
评论 #37711777 未加载
halfmatthalfcat超过 1 年前
I don&#x27;t love the loader hooks change with `register`. Was much simpler to leverage the command line flag `--experimental-loader` and pass in the file that exports the hooks. Now I need <i>another</i> file that basically just calls register against my loader file.
评论 #37705847 未加载
评论 #37704657 未加载
thefilmore超过 1 年前
This is very timely. I was profiling some code a few days ago and noticed streams were much slower than expected.
评论 #37704248 未加载