Y
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
zenkyu
763 days ago
well ... I didnt :D some of the stuff you just need to live with ..
link
moffkalast
763 days ago
Could potentially use the indexedDB as a swap of sorts, iirc it's typically unlimited. It would probably be quite slow though.
link
zenkyu
763 days ago
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
link
moffkalast
763 days ago
Ah welp, was worth a shot.
link