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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Improve React.js Server-Side Rendering by 150% with GraalVM

9 点作者 lukasLansky超过 5 年前

2 条评论

alex_duf超过 5 年前
This is a really good read, I&#x27;m surprised by how little the code needed to be adapted. Is it because they aren&#x27;t using AoT compilation and therefore the classes can still be dynamically loaded?<p>Does that mean the JavaScript essentially gets compiled to a Jar?<p>How does graalvm bundles non jvm dependencies when your using the JIT compiler?
marcusarmstrong超过 5 年前
150% vs Nashorn is an important caveat here. At {employer} we started our SSRing via Nashorn and later moved to a separately deployed Node service for performance reasons... and saw a 4x drop in time per request for rendering tasks.
评论 #22284956 未加载