B
Bruno Sousa
Since when does 64bit ruby interpreter exists?
Last year I didn't find those. Were they recently developed?
Last year I didn't find those. Were they recently developed?
Ops
Simone, did you noticed a performance improvement?
I can say I noticed improvement in the amount of available memory.
32bit systems typically allow mapping only up to 2G of ram to a single process.
Also you will notice that 64bit systems can do integer arithmetics on
larger range of numbers.
If you did lots of integer calculations with numbers in the range
1073741824-2305843009213693952 you would notice a speed improvement I
guess because fixnums are much faster than bignums.
You would likely not notice a difference unless you need lots of
memory or you do lots of integer math in the range which requires
30-62 bits to represent.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.