Reasons for either 32-bit or 64-bit as development machine
Posted
by
vartec
on Programmers
See other posts from Programmers
or by vartec
Published on 2012-06-01T09:16:54Z
Indexed on
2012/06/01
10:49 UTC
Read the original article
Hit count: 315
I'm about to make a new Linux install, which will be primarily used for programming. I've seen benchmarks showing speed improvement of 64-bit version, however, I have hard time of telling how much these benchmarks translate to improvement in every day usage. And of course there are other aspects to consider.
Usage I have in mind:
- mainly programming Python, with occasional C, C++ and Java;
- IDEs, which are using Java platforms (Eclipse and IntelliJ);
- on very rare occasions having to compile for 32-bit platform;
- not planning to have more than 64GB of RAM anytime soon (and I don't mind using PAE kernels);
- machine in question has 4GB RAM and Athlon II X2;
What are pros and cons of choosing either i386 or x86_64 distro?
© Programmers or respective owner