Java performance: Difference between revisions

Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 1 interwiki links, now provided by Wikidata on d:q6165051
Tag: section blanking
Line 420:
| last=Czajkowski
}}</ref>
 
===In programming contests===
As Java solutions start slower than solutions in other compiled languages,<ref>http://topcoder.com/home/tco10/2010/06/08/algorithms-problem-writing/</ref><ref>http://acm.timus.ru/help.aspx?topic=java&locale=en</ref> it is not uncommon for chinese university online judges to use greater time limits for Java solutions<ref>http://acm.pku.edu.cn/JudgeOnline/faq.htm#q11</ref><ref>http://acm.tju.edu.cn/toj/faq.html#qj</ref><ref>http://www.codechef.com/wiki/faq#How_does_the_time_limit_work</ref><ref>http://acm.xidian.edu.cn/land/faq</ref><ref>http://poj.org/faq.htm#q9</ref> to be fair to contestants using Java.
 
==See also==