[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: AW: Managing states
- From: "Alexander Jorias" <jorias@...>
- Date: Fri, 11 Feb 2000 17:24:58 +0100
Thomas wrote:
>Other than the thread switch over-head, putting it together this way
>doesn't incur any performance over head. Even then you can stagger
>each script's time slice, so that you don't do 10 thread switchs per
>update. I've load-tested it with 50+ scripts running various tasks in
>the background and the time required to switch between them is fairly
>insignificant.
Did you profile the memory footprint of your lua states running an
average sized lua code? I would be interested in rogh figures how
much memory a lua state consumes.
Cheers,
Alexander