Wednesday, February 11, 2009

Make your Java run 2X faster than C/C++ - without any coding for FREE

Looking around for Java and C/C++ comparisons I came across the Java Server runtime. I guess this has been around for a while now but just missed it for some reason. When running your Java apps, if you use the -server argument, your app runs and performs almost twice as fast as C/C++ applications of the same nature.



The server argument does take up a lot more RAM then the default client argument, but the performance boost is huge. I would not mind having all my Java apps set to run in server mode by default on newer Core2 with 4 GB machines.

The original article for C++ can be found here. The C benchmark is in Word doc format and can be downloaded here.

Monday, February 9, 2009

Market Statistics for Software Outsourcing Companies and Developers

The IT Jobs Watch website gives very detailed statistics on jobs in the UK with average salaries, No. of job postings, comparisons to last year's stats, various graphs etc. Although it does not represent the whole world, it can help outsourcing companies and developers to evaluate the current requirements in the software development market and thus develop their skill sets accordingly.

Developers confused about which new tech to get into next can search
for their own specific fields and see whats in demand in the market. Viewing the details of "Senior Java Architect", I noticed that J2EE, Spring, Hibernate, AJAX, JBoss and Eclipse have been mentioned by name in the job requirements. I am already working on a new project using Spring, Hibernate, AJAX and Eclipse so it seems I am on the right path. I might just add in JBoss to it.