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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

We Used WebAssembly to Speed Up Our Web App by 20X

4 点作者 raboukhalil大约 6 年前

1 comment

raboukhalil大约 6 年前
Hi HN! This is an article about using WebAssembly to speed up a web application.<p>As I mention in the article, WebAssembly isn&#x27;t always the right tool for the job, but for our use case, it was a great fit because we were able to port an existing data analysis tool written in C to WebAssembly, and use that to replace the slow JavaScript calculations we were using initially.