Re: [racket] looking for specific racket programs

2014-07-11 Thread Robby Findler
I don't know whether or not it would satisfy your requirements, but it may be worth a look to see if the documentation portion of 'raco setup' comes close. You would want to run it in parallel to maximize the memory use. I believe that if you change some whitespace in the contract system implement

[racket] looking for specific racket programs

2014-07-11 Thread Cody Cutler
hello racket users, i'm looking for a specific type of racket programs to test my garbage collector. particularly, programs that have large working sets (GBs) and typically modify only a small portion of that working set. please let me know if you have or know where i can find such a program writte