Hacker News new | ask | show | jobs
by SillyUsername 763 days ago
How did you get around the Chrome tab max memory 4GB ("32 bit optimisation") limit?
1 comments

well ... I didnt :D some of the stuff you just need to live with ..
Could potentially use the indexedDB as a swap of sorts, iirc it's typically unlimited. It would probably be quite slow though.
I did tried that and yes it was slow, like it almost didnt make sense to use webcodecs api because there was too big of a bottleneck
Ah welp, was worth a shot.