- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Compiling Tuples slow and uses a lot of memory.
Wed, 2010-02-24, 13:07
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
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