The duration to apply the DOM changes dropped by 45% when we were able to remove JS glue code. DOM operations can already be expensive; WebAssembly users can’t afford to pay a 2x performance tax on top of that. And as this experiment shows, it is possible to remove the overhead.
Source: Computational Materials Science, Volume 267
,详情可参考51吃瓜
ARTICLE 19 article19.org🇬🇧
const textGeometry = new TextGeometry('three.js', { font, size: 3, ... });