This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Compiling Tuples slow and uses a lot of memory.

No replies
John Ky
Joined: 2009-10-06,
User offline. Last seen 42 years 45 weeks ago.
Hi,

I was just compiling auto-generated tuples from Tuple23 to Tuple150.  The code was based on the Scala source code for Tuple4.  The code also included the corresponding Product and Function classes with the Function classes missing the curry method. 

Compiling all of them was not possible for me due to memory issues, and compiling each tuple individually spent me about an hour.  I'm using a nightly build.

Will this situation improve?

Cheers,

-John

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland