Thursday, October 29, 2015

File I/O Performance comparision between Java 1.7.x and Python 2.7.x

Although I have been a Java developer for over a decade now, but I would try to be as neutral as possible. The idea is to compare the basic operations and capabilities of various languages viz. Python and Java.

The Operation: following is the list of operations performed in the languages

Here is the hardware of the machine on which both the languages were tested:

CPU: 4 core CPU. Intel 64 bit
Memory: 8GB RAM. Processes were running at 128MB
Disk: 40 GB. More than 80% free.
OS: Redhat v 6.5.0.1.el6.x86_64






Although the above test might not dictate the use case in your organization, however it might give you a lead to make decision. Please feel free to comment if you wish to discuss further :) .

1 comment:

  1. Hello,
    You mentioned that the processes executed at 128 MB. How we can restrict a process?

    ReplyDelete