HaxeFoundation / haxe.org-comments

Repository to collect comments of our haxe.org websites
2 stars 2 forks source link

[code.haxe.org] JavaScript - JavaScript inline web workers in Haxe #34

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

JavaScript inline web workers in Haxe - JavaScript - Haxe programming language cookbook

JavaScript workers make it possible to perform costly calculations (media decoding etc, crypt calculations etc.) in a background thread, without blocking the main UI. There are lots of articles about workers on the net:

https://code.haxe.org/category/javascript/javascript-inline-workers.html

sonygod commented 4 years ago

how about es8 SharedArrayBuffer and Atomics

please make some tutorial ? @MarkKnol.

markknol commented 4 years ago

I dont know much about it. How about you @sonygod ?