You are viewing a single thread.
View all comments View context
15 points

I really hope you don’t know about this 4GB limit specifically because you’ve run up against it while doing anything real-world.

permalink
report
parent
reply
6 points

Not yet, but I often code myself some experiments involving datasets (i like to experiment with Natural Language Processing, randomness, programmatic art and demoscenes, the list goes on).

permalink
report
parent
reply
6 points

Canvas code can get out of hand very quickly if not done right

permalink
report
parent
reply
1 point

I’ve made exactly two projects that utilized canvas, both of which I “released” in a sense. One contains 248kb of JS code and the other contains 246kb. That’s before it’s minified.

So I guess that means I did my canvas code right. Lol.

(Unless you meant 3d canvas or WebGL stuff with which I haven’t played.)

permalink
report
parent
reply
6 points

I think they’re referring to the memory footprint, not the source code file size.

permalink
report
parent
reply
2 points

Code size isn’t really related to how much graphics data you’re throwing in RAM

permalink
report
parent
reply