#504
Posted 25 November 2015 - 06:26 PM
#505
Posted 25 November 2015 - 10:30 PM
ardera, on 25 November 2015 - 06:26 PM, said:
Well if it comes out next week we'd give it two weeks or so for people to learn how to use the new API. The main point of it really is for people to try out using it and see what it can do. While I do understand that many have family visiting it is still a holiday and therefore far better time for most.
#506
Posted 25 November 2015 - 11:23 PM
#507
Posted 25 November 2015 - 11:55 PM
#509
Posted 26 November 2015 - 03:17 PM
Creator, on 25 November 2015 - 11:55 PM, said:
I never thought about it like that. Yeah! I'd be happy to help! But, I do not have access to any sort of public server that I would be comfortable using. I'd be happy to be a judge or help out in some way though.
#510
Posted 26 November 2015 - 03:25 PM
Lego Stax, on 26 November 2015 - 03:17 PM, said:
Creator, on 25 November 2015 - 11:55 PM, said:
I never thought about it like that. Yeah! I'd be happy to help! But, I do not have access to any sort of public server that I would be comfortable using. I'd be happy to be a judge or help out in some way though.
To help you need to organize it and help judging.
#511
Posted 26 November 2015 - 05:19 PM
oeed, on 25 November 2015 - 01:53 AM, said:
Thoughts on this? I'm not really sure what school holidays are doing in other places in the world, but in Australia most are wrapping in about a week or two which would be ideal timing.
#512
Posted 26 November 2015 - 05:21 PM
#513
Posted 26 November 2015 - 05:30 PM
#514
Posted 26 November 2015 - 06:17 PM
#516
Posted 30 November 2015 - 06:00 PM
#518
Posted 30 November 2015 - 06:21 PM
#519
Posted 30 November 2015 - 06:59 PM
#520
Posted 01 December 2015 - 03:20 AM
#521
Posted 01 December 2015 - 08:27 AM
#522
Posted 01 December 2015 - 08:35 AM
#523
Posted 01 December 2015 - 12:02 PM
Creator, on 30 November 2015 - 06:59 PM, said:
This is a common misconception about Java. It isn't slow. According to benchmarks, it's actually quite fast. The JIT makes it able to keep up with C in real world applications. Occasionally, Java can even beat C, because of its ability to consolidate optimizations between libraries (optimizations through dynamic linking). Truthfully, it will often be on the wrong side of C, and perform marginally slower. But it's forgivable, and still very fast.
Java's performance problems come in the way of the garbage collector, and programming poorly for it. Minecraft is so much less performant than its Win10 and mobile C/C++/C# (whichever it is) equivalents because those versions have been properly optimized, and aren't destroying a GC. Java Minecraft is written such that it hammers the GC, which slows it down significantly.
That said, I have no evidence to claim whether LuaJ is slower or faster than Lua. That's dependent on how well / poorly LuaJ and Lua are written. I'd have to look at benchmarks.
Edited by ElvishJerricco, 01 December 2015 - 03:52 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












