Hacker News new | ask | show | jobs
by vdnkh 3263 days ago
Atomics & shared memory. We use a ton of array buffers along with web workers to transmux HLS video in the browser (https://github.com/video-dev/hls.js). Being able to share memory across the worker instance will hopefully save a lot of memory/time.
1 comments

Off topic: I've been using with hls.js at work recently for some stream debugging. Great stuff!
Thanks!