Hi,

I guess if the size of your list doubles each iteration, it wouldn't take very long to run out of memory (you're using an amount of memory that is exponential in the number of iterations) but certainly 8 iterations seems fast. Are you using tail recursion? Otherwise you might blow the stack.

Have you tried debugging? Are any exceptions thrown? Is your application actually crashing or is it just hanging, and do you get the "Application is not responding" dialog box?

A bit of code that produces the problem is likely to get better responses.

Kurt

By on 11/12/2008 12:00 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper