You are not logged in.

#1 2009-10-26 14:58:58

syms
Member
Registered: 2008-12-25
Posts: 296

Will 64 bit version of arch linux have some speed up?

Hi,
Im wondering to switch to 64 bit system but im not sure. I have amd athlon 64 3000+ 1.5 gb and ati radeon r300 chip. I would switch to 64 bit system if i see at least small performance improvement. I mean, i want to make kde or gnome a bit more snappier so will 64 bit system do at least small improvement in performance? Im asking here because some people say that 64 bit version is a bit snappier, while some people say that its not faster at all, it only uses more ram. Since my desktop usually uses 300-400 mb of my 1.5 gb, i dont care much about ram consuption, because 64 bit system cant use 50% more ram than 32 bit version right?
Cheers

Offline

#2 2009-10-26 15:27:12

Tyriel
Member
From: Melbourne, Australia
Registered: 2009-01-20
Posts: 161
Website

Re: Will 64 bit version of arch linux have some speed up?

Yes it is a little faster... around 8-10% faster in general but can be much faster in certain circumstances.  For instance code optimised to use 64bit cpu registers you will see big improvements.  However this is usually specialised software that is not that common.

So in short it is slightly faster but don't expect huge improvements unless you do tasks that use massive CPU/memory and take considerable amounts of time.  For instance for me it became much more obvious compiling large amounts of code or encoding DVD's.

Hope that helps you out but in any case I would encourage you to make the change if you can because the more people you use 64bit systems the more support they will receive which means a better experience for all. smile


The software required Windows XP or better, so I installed archlinux.

Offline

#3 2009-10-26 15:39:48

syms
Member
Registered: 2008-12-25
Posts: 296

Re: Will 64 bit version of arch linux have some speed up?

Tyriel wrote:

Yes it is a little faster... around 8-10% faster in general but can be much faster in certain circumstances.  For instance code optimised to use 64bit cpu registers you will see big improvements.  However this is usually specialised software that is not that common.

So in short it is slightly faster but don't expect huge improvements unless you do tasks that use massive CPU/memory and take considerable amounts of time.  For instance for me it became much more obvious compiling large amounts of code or encoding DVD's.

Hope that helps you out but in any case I would encourage you to make the change if you can because the more people you use 64bit systems the more support they will receive which means a better experience for all. smile

Well, i will be happy if there will be small performance improvement. If my desktop environment will work 8-10% faster then ill be very happy. And yes, i know that devels recommend us to use 64 bit version.
Anyway thanks for help!

Offline

#4 2009-10-26 18:00:20

keiichi
Member
Registered: 2009-10-11
Posts: 65

Re: Will 64 bit version of arch linux have some speed up?

If you watch anime you will get a noticeable improvement in the playback of 720p HD videos. Without any desktop effects turned on you should be able to play 1080p HD videos with ease.

Offline

#5 2009-10-26 18:12:21

syms
Member
Registered: 2008-12-25
Posts: 296

Re: Will 64 bit version of arch linux have some speed up?

Thanks for help. Anyway i have some questions, i heard that skype doesnt work on 64 bit linux system, and how about flash player? i heard that linux 64 bit version of flash is very bad, buggy, unstable etc.

Offline

#6 2009-10-26 18:20:49

Themaister
Member
From: Trondheim, Norway
Registered: 2008-07-21
Posts: 652
Website

Re: Will 64 bit version of arch linux have some speed up?

It isn't. I find it more stable than 32-bit version.

Offline

#7 2009-10-26 18:20:55

neodreams
Member
Registered: 2006-03-20
Posts: 87

Re: Will 64 bit version of arch linux have some speed up?

Here the 64bit flash work great, i use it alot on Youtube, Dailymotion, Justin.tv, Vimeo and some Facebook games and i have nothing bad to say, it's all ok. Skype work but since there's no 64bit version of it you need to install all those lib32 stuff... wasting some space on the hard drive but worth it. You can find it on AUR... which is down right now.

Last edited by neodreams (2009-10-26 18:22:55)

Offline

#8 2009-10-26 18:20:55

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Will 64 bit version of arch linux have some speed up?

You can use 32bit apps within 64bit OS, you just install lib32-* packages.
Flash is a mess in 32bit as well, there is no difference.

64bit Arch Linux is way too stable cool

Last edited by flamelab (2009-10-26 18:21:32)

Offline

#9 2009-10-26 18:26:07

syms
Member
Registered: 2008-12-25
Posts: 296

Re: Will 64 bit version of arch linux have some speed up?

Im very thankful for all of your comments. Some people said to me that i should never install 64 bit version, because its very unstable, slow, uses more ram, and you can see speed up only having compilations, but you changed my mind. Soon im going to reinstall my arch linux, since i encouncered this problem:
http://www.chakra-project.org/bbs/viewtopic.php?id=1648
So this is going to be great chance to switch to 64 bit version.

Offline

#10 2009-10-26 18:40:12

jdhore
Member
From: NYC
Registered: 2007-08-01
Posts: 156

Re: Will 64 bit version of arch linux have some speed up?

If you like multitasking, I wouldn't use 64-bit on a system with only 1.5GB of RAM. I used to use it on a system with 2GB of RAM and it got very close to using 1.8GB of that quite often. The reason is because certain C function calls and such are larger on 64-bit and therefore use more RAM...About 20% more to be accurate.

Personally, my opinion is that you shouldn't go 64-bit unless you have more than 4GB of RAM, and even if you do have more than 4GB of RAM, you should somewhat consider using a PAE kernel because if you do, a single application/process can't use more than 4GB, so a single application can't eat all your RAM and cause your computer to crash/hardlock.

Offline

#11 2009-10-26 18:46:05

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Will 64 bit version of arch linux have some speed up?

jdhore wrote:

If you like multitasking, I wouldn't use 64-bit on a system with only 1.5GB of RAM. I used to use it on a system with 2GB of RAM and it got very close to using 1.8GB of that quite often. The reason is because certain C function calls and such are larger on 64-bit and therefore use more RAM...About 20% more to be accurate.

Personally, my opinion is that you shouldn't go 64-bit unless you have more than 4GB of RAM, and even if you do have more than 4GB of RAM, you should somewhat consider using a PAE kernel because if you do, a single application/process can't use more than 4GB, so a single application can't eat all your RAM and cause your computer to crash/hardlock.

Oh, no, 1.8/2 GB ? No no, only if you open a million apps or a VM, this happens.

And the PAE causes performance problems, and shouldn't be used unless the installation of a 64bit OS is impossible (i.e. on a Pentium 4).

Offline

#12 2009-10-26 19:01:07

syms
Member
Registered: 2008-12-25
Posts: 296

Re: Will 64 bit version of arch linux have some speed up?

Well, im confused now again. Some people say that it uses much more ram, and some say that it doesnt. But oh well, i will still give a try to 64 bit system. I will test if it uses much more ram, because 8% of performance boost is impressive to me, so its more important than ram use.

Offline

#13 2009-10-26 19:30:17

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Will 64 bit version of arch linux have some speed up?

It uses a bit more RAM, not SO much like some people say.

Offline

#14 2009-10-26 20:02:26

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Will 64 bit version of arch linux have some speed up?

Dont't blame 64 bit for kde4 slowdown!  That's kde4's problem.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#15 2009-10-26 21:43:48

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Will 64 bit version of arch linux have some speed up?

KDE4 is not slow.

Offline

#16 2009-10-26 21:54:23

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Will 64 bit version of arch linux have some speed up?

A couple of unscientific comparisons:
1) Compiling kernel 2.6.31 on my 32-bit desktop = 103 minutes. Compiling the same on my new 64-bit desktop = 6 minutes 6 seconds. Unscientific in that totally different hardware, but at least some of the speed improvement comes from 64-bit.
2) At my old job, we had a PostgreSQL server that did a bulk import each night from our ERP system. It used to take 6 - 8 hours each night when it was 32-bit. After rebuilding it as 64-bit on the same hardware, the same imports took < 30 minutes.

Offline

#17 2009-10-26 23:48:14

_dunmer
Member
From: Bratislava, Slovakia
Registered: 2008-10-03
Posts: 40

Re: Will 64 bit version of arch linux have some speed up?

I'm on 1.5Ghz dual core and 2 GB RAM and 64bit arch. From my point of view (normal user, borwsing, movies, coding, etc..), it's the same like 32bit.
Everything works well, with same speed and ram consumption. (Maybe there are some differencies but not so big to notice)

So, question is, why shouldn't use 64bit system, when you have 64bit hw? .)

Offline

#18 2009-10-27 00:45:41

Trent
Member
From: Baltimore, MD (US)
Registered: 2009-04-16
Posts: 990

Re: Will 64 bit version of arch linux have some speed up?

On my 64-bit system only 600 MB of 2 GB are currently in use.  This is with Openbox+KDE4+Firefox with one open tab.  I'd be interested to know what jdhore was running to cause 1.8 gigs to be used up.

My considered and highly unscientific opinion is that 64-bit is noticeably faster, but not dramatically so.

Offline

#19 2009-10-27 04:42:08

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: Will 64 bit version of arch linux have some speed up?

_dunmer wrote:

I'm on 1.5Ghz dual core and 2 GB RAM and 64bit arch. From my point of view (normal user, borwsing, movies, coding, etc..), it's the same like 32bit.
Everything works well, with same speed and ram consumption. (Maybe there are some differencies but not so big to notice)

So, question is, why shouldn't use 64bit system, when you have 64bit hw? .)

I have almost the same hardware on a laptop. I also have the same views and experiences big_smile

Offline

#20 2009-10-27 04:49:39

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Will 64 bit version of arch linux have some speed up?

Trent wrote:

My considered and highly unscientific opinion is that 64-bit is noticeably faster, but not dramatically so.

Same impression here.

Another area that 64-bit is noticeably faster than 32-bit is in video/audio encoding (almost twice as fast when compared to 32-bit). So if you do a lot of video/audio encoding, then 64-bit is the way to go.

Last edited by zodmaner (2009-10-27 05:01:40)

Offline

#21 2009-10-27 04:56:44

magnusk
Member
From: Arlöv, Sweden
Registered: 2009-09-13
Posts: 9

Re: Will 64 bit version of arch linux have some speed up?

Started using 64 bit on both PC and laptop about a year ago. I'm running Gnome on both machines but have tried both KDE and XFCE. I have not experienced any problems at all with any of the 64-bit systems. Flash has been working just as good as on any 32-bit system since the 64-bit Flashplugin came.
So without beeing able to give you any records on how much slower or faster it is I can say - Go ahead and try it!


I am not stupid. I just have bad luck when thinking.

Offline

#22 2009-10-27 05:10:00

bharani
Member
From: Karaikudi, India
Registered: 2009-07-12
Posts: 202

Re: Will 64 bit version of arch linux have some speed up?

Currently my 64 bit  system uses ~150 Mb of Ram with firefox (5 tabs)and MPD.
I use openbox.

Even my 64 bit linux mint never used more than 700 Mb.


Tamil is my mother tongue.

Offline

#23 2009-10-27 07:30:19

rowdog
Member
From: East Texas
Registered: 2009-08-19
Posts: 118

Re: Will 64 bit version of arch linux have some speed up?

http://en.wikipedia.org/wiki/64_bit#Pros_and_cons

The main downside of 64 bits is that pointers are twice as long, so it uses a bit more RAM for most things. The upside is that you get 64 bit registers and more of them, so anything compute intensive (compiling, video editing and such) will be a big win. You'll also get the benefit of the extra registers with every application, but it may not be very noticeable.

Offline

#24 2009-10-27 08:14:00

syms
Member
Registered: 2008-12-25
Posts: 296

Re: Will 64 bit version of arch linux have some speed up?

Thanks again for your opinions. Currently im not sure when ill back home, so more opinions would be appreciated smile

Offline

#25 2009-10-27 09:13:28

AngryKoala
Member
Registered: 2009-01-22
Posts: 197

Re: Will 64 bit version of arch linux have some speed up?

I recently upgraded to 64 bit, and everything is great so far, no compatibility issues.

Offline

Board footer

Powered by FluxBB