[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is Lua the next big thing?
- From: roberto@... (Roberto Ierusalimschy)
- Date: Mon, 19 Mar 2007 09:56:18 -0300
> A furiously fast (but still pleasant on the eyes :) serialization
> function would indeed be handy. The multicore performance seems to
> be largely dependent on serialization speed.
>
> Of course, this only applies if tables are used for passing things
> over. But -then again- Lua is all about tables, so they should be
> efficiently and transparently usable in multicore applications, too.
>
> What Say Lua Authors on this?
You mean adding table serialization to the core libraries? The problem
is that there is no one-size-fits-all solution. A robust serialization
is not good for visualization, cycle handling slows down the algorithm,
etc.
-- Roberto
- References:
- Re: Is Lua the next big thing?, therandthem
- Re: Is Lua the next big thing?, Johann Hibschman
- RE: Is Lua the next big thing?, Grellier, Thierry
- Re: Is Lua the next big thing?, Brent Fulgham
- Re[2]: Is Lua the next big thing?, Lothar Scholz
- Re: Is Lua the next big thing?, Roberto Ierusalimschy
- Re: Is Lua the next big thing?, Sam Roberts
- Re: Is Lua the next big thing?, Philippe Lhoste
- Re: Is Lua the next big thing?, Asko Kauppi