|
On Wed, Mar 9, 2011 at 10:11 PM, Chris Gagnon <cgagnon@zindagigames.com> wrote:Unless you have thousands of sandboxes I doubt this is a significant
> Actually the coroutine method is how i had it working previously.
> I'm working to remove the reliance on coroutines to improve performance and
> memory usage.
> Since as it is now all my entry points need to be coroutines for these
> utility functions to work,
> however only a fraction of them need the ability to suspend / resume.
cost in memory. Coroutines are cheap.
--
- Patrick Donnelly