Go
Go
Posted Jul 18, 2013 9:26 UTC (Thu) by farnz (subscriber, #17727)In reply to: Go by Cato
Parent article: The next 20 years of Python
There are two counterpoints, though:
- 32-bit starts to hit issues at under 1 GiB, and has to use highmem (with all its associated costs) to handle 1 GiB or more.
- While Amazon micro and small instances have less than 2 GiB RAM, both support 64-bit platforms; even on the micro instance, with 617 MiB RAM, you could still use a 64-bit OS if that gave you an advantage.