Commit Graph

2 Commits

Author SHA1 Message Date
Nadav Rotem
ef742f3cc0 Make the tests less memory bound. We are now 27x faster than python.
Swift SVN r16580
2014-04-20 04:29:00 +00:00
Nadav Rotem
773692a7de Add a test program that allocates and sums the first 1M elements in a linked list.
We beat python by only 2x, but we can add a few peepholes to Optional and reduce the list size to make sure we are not memory bound.


Swift SVN r16575
2014-04-20 02:14:44 +00:00