One question that came to mind some time ago was: What is read and executed faster, inside Nwjs/NodeJS/V8: Json or JS files?
Because while they may seem the same, Javascript can take around 2 seconds to read, parse and be executed as you can see in that image(1MB .js file) :
on the other hand, I don't know how MV's engine deals with .json files, so I don't know how they compare to javascript.
So which one is faster in the end?
Because while they may seem the same, Javascript can take around 2 seconds to read, parse and be executed as you can see in that image(1MB .js file) :
on the other hand, I don't know how MV's engine deals with .json files, so I don't know how they compare to javascript.
So which one is faster in the end?
Last edited:
