Making a comparison with a reasonably complex program ported between the two languages. Update 3/10/2014: After writing this post I changed the C# parser to remove an extra List<> allocation in the C# code that was not in the Java code. After this, the Java/C# versions are indistinguishable on speed, but the C# code used ~88 […]
↧