[Swift-devel] scalability updates
Mihael Hategan
hategan at mcs.anl.gov
Tue Mar 10 09:27:12 CDT 2009
On Tue, 2009-03-10 at 00:01 -0500, Michael Wilde wrote:
> Very nice! These look very promising. One interesting test would be
> doing a million localhost echos in a simple foreach loop on a
> range-initialized array, and looking at the memory needs.
It depends. Should the echos return anything, and should the result be
put in an array without being used, that won't work. A 1M swift integer
array takes more than 300MB of memory.
More information about the Swift-devel
mailing list