HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hucker

no profile record

コメント

hucker
·2 年前·議論
You're in luck, this seems to _only_ support WASM in the browser for the time being.

> Graphite's code architecture is structured to deliver native performance for your graphically intensive workloads on desktop platforms and very low overhead on the web thanks to WebAssembly and WebGPU
hucker
·6 年前·議論
You typically wouldn't use an array with a million objects in Java if you cared about performance though (for exactly that reason), you'd architect it some other way. Using SoA style when appropriate, for example.