Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ul> <li><p>If your business logic has high processing costs, Java or C++ will give you a much better performance.</p> <p>If you are simply fetching some results from a DB, do not expect any great performance gains.</p></li> <li><p>I would do some prototyping/testing to identify the performance bottleneck.</p></li> <li><p>My opinion is that PHP is too slow for processing HUGE datasets if you have many 100,000s of objects to analyse C++ rocks and Java benefits from the HotSpot JIT performance optimizer.</p> <p>The HotSpot effect is very specific to doing number crunching in Java. You really can see the JRE is pushing the accelerator, ironing out detected bottlenecks. In some rare cases HotSpot JIT optimised Java can be even faster than C.</p> <p>In some also very rare cases HotSpot performance voodooism can make your code slower!</p></li> <li><p>Have you ever thought of turning a PHP application into a faster Java or C++ app?</p> <p>Maybe the HipHop php2cpp compiler is all you want: <a href="https://github.com/facebook/hiphop-php/wiki/" rel="nofollow">https://github.com/facebook/hiphop-php/wiki/</a></p> <p>Quercus is a php4java runtime which can help you migrate more cheaply to Java. <a href="http://quercus.caucho.com/" rel="nofollow">http://quercus.caucho.com/</a></p></li> <li><p>Quite interesting was Joshua Bloch's talk about "Performance Anxiety" last year. <a href="http://www.wiki.jvmlangsummit.com/images/1/1d/PerformanceAnxiety2010.pdf" rel="nofollow">http://www.wiki.jvmlangsummit.com/images/1/1d/PerformanceAnxiety2010.pdf</a></p> <p><a href="http://parleys.com/#st=5&amp;id=2103" rel="nofollow">http://parleys.com/#st=5&amp;id=2103</a> (32min video)</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload