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 implementation and then run 'raco setup' you'll get things to run nice and slow. Robby On Fri, Jul 11, 2014 at 11:13 AM, Cody Cutler <[email protected]> wrote: > 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 written in racket. > > server or data processing/scientific computing programs sometimes fall > into this category. > > thank you! > ____________________ > Racket Users list: > http://lists.racket-lang.org/users ____________________ Racket Users list: http://lists.racket-lang.org/users

