[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: callback params - which is fastest?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 01 Apr 2005 09:51:31 -0300
> a) table:
> + conceptually "the right thing"
> - performance must be lowest?
Have you tested it? If performance is low, you can try to reuse a table
(instead of creating a new one for each call).
> b) ... (lots of integer values):
> + fast to send, fast to receive
> - is there a limit to the number of args one can get? is 10000 too
> many?
Far too many.
-- Roberto