android-benchmarks


Native code Vs Dalvik code on Android with Java code Vs Native code on a desktop for comparison

Graphed results for quicksort;

Using the same implementation for quick sort in Java and C where possible. Please check the source and correct my mistakes and I'll happily rerun tests.

http://lh4.ggpht.com/_EW60jqE5_B0/SjOyPADgxgI/AAAAAAAAAEs/axOOdHTNmq0/s800/Specs.png

http://lh5.ggpht.com/_EW60jqE5_B0/SjOyPFoV2SI/AAAAAAAAAEo/ZF2DkcBFI30/s800/quicksort-Desktop.png

http://lh5.ggpht.com/_EW60jqE5_B0/SjOyPJJR4SI/AAAAAAAAAEk/gQ97Q9WuZdY/s800/quicksort-android.png

Performing a fairly naieve median filter on an image (Array of integers) the first Java and C implementations have the same algorithm. All on the Android platform.

http://lh6.ggpht.com/_EW60jqE5_B0/SjOzaCH6VoI/AAAAAAAAAEw/IRS8k2wzws8/s800/android%20-%20naieve%20median%20filter.png

You may also find this interesting;

http://www.springerlink.com/content/m0136q318k2p4361/

Project Information

Labels:
android native benchmark quicksort