[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: "Real-word" Programs to Experiment with the Generational Garbage Collection (GC)
- From: Alexandre Skyrme <askyrme@...>
- Date: Mon, 3 Oct 2011 14:49:51 +0000 (UTC)
greetings,
i'm currently studying the new experimental generational mode for garbage
collection available in lua 5.2. more specifically, i'm interested in observing
how it behaves and how it compares to the standard gc mode.
in order to do so, i'm looking for "real-world" programs developed in lua that
could be used to test the gc in real execution scenarios. ideal candidates are
long running programs that create and destroy lots of objects throughout their
execution.
i'd be grateful if anybody who develops such programs and is willing to help, or
even has suggestions about publicly available programs that would fit that
description, would contact me thru the list on in pvt. by the way, this is a
purely academic study and i'd be more than willing to abide to any n.d.a., if
needed.
regards,
--alexandre