Most McDonalds offer a 200 piece Chicken McNugget option, so eating anything less than 200 Chicken McNuggets at a time for dinner makes no sense.
@yiningkarlli That's quite a strange argument :/
@romainguy The minimum size jug of milk the grocery store sells is a gallon, so chugging anything less than a gallon of milk in one sitting when you're thirsty makes no sense.
@yiningkarlli I agree with you :) I meant the argument from that doc is strange.
@romainguy haha I know, I was just having fun building more strange arguments in the same vein

@sean @reduz

In their defense, for a huge swath of games this is actually probably going to be just fine. If you're building something that requires really pushing scale/complexity and memory footprint for a zillion instances or particles or whatever becomes really important, then you're probably already not using Godot anyway.

@yiningkarlli wait. So Godot is all doubles???
@yiningkarlli That's pretty standard for scripting languages and their API. LUA base type is also 64bit and it works pretty well, assuming that you don't have all your core system code written in it.