Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
To be fair, we are talking about two completely different sets of data being loaded within both games.
Minecraft, for instance, may have simple looking graphics, but it's a voxel game, so the engine has to do some work determining which region of voxels needs to be loaded (and, I believe each region consists of 256x256x256 voxels). Depending on how that data is stored, there may be post load processing needed on that initial dataset.
Skyrim, on the other hand, has graphics that look leagues more detailed than Minecraft, but, for the most part, the world is static. Every slope, blade of grass, and dungeon will remain the same for each load. Lot let post load work required, I'd imagine.
... -
...
Beyond that, both games are also using different languages. Skyrim is almost certainly c/c++ at it's core, and therefore compiled to run directly off the processor. Minecraft, in comparison, is written in Java, which, while a compiled language, that compiled program runs on a JIT runtime which concerts Java byte code into native byte code during runtime. Regardless how optimised Java, itself, is, that extra layer will always "slow down" program execution compared with a language that compiled to native byte code.
Long story short... Load times are not the only metric for optimization. -
It also doesn't help that Minecraft is written in badly optimized Java. (Or was last I ran it.)
-
To every person defending minecraft: No. There is no way defending this program. Java was a bad choice. And seriously, there maybe explainations, but this doesnt changes that Minecraft is slow.
-
Kimmax111068y@Cyanite MC never loaded anywhere near 7 minutes for me. Closer to 7 seconds I would say
-
Kimmax111068y@Cyanite it's been awhile since I played but I had quite a few that added tons of blocks, items and other functionality. But I wouldn't blame a game for loading slower with quite a few mods installed.
What mods do you use? I would like to test myself -
Cyanite85578y@Linux My drive isn't *that* fast (HDD), but both games are booted from the same drive, so the times are still valid.
-
Cyanite85578y@ianertson @programmerdave
Everyone is telling me to use Java now for game dev in my most recent rant. -
@Cyanite Java is a excellent language in its flexibility and use cases, but it lacks because it is not well optimized and is rather slow.
Related Rants
-
Gregozor212134There is. My latest creation. A 8bit microcontroler made in minecraft. Features: (1.0 version without control ...
-
Mizz14114Job Interview for System Administrator "Do you habe Experience With Servers?" "Yes, Minecraft Servers, I own...
-
olback34So after many hours of trail and error I've managed to make a devRant client for ComputerCraft computers in Mi...
Behold the power of unoptimazation;
Minecraft - 170+Mods - 7.4min boot
Skyrim - 200+Mods - 1.6Min boot
What. The ever loving fuck.
undefined
mc devs!
wtf are you doing with your life
minecraft
skyrim