Re: A proposal for faster userdata type checking
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: A proposal for faster userdata type checking
- From: Diego Nehab <diego@...>
- Date: 2008年2月28日 18:25:36 -0500 (EST)
Hi,
i seem to recall mike pall posting some performance numbers comparing
the two approaches, but google is failing me at the moment.
I remember that post too. And in the process of writing
LuaSocket 3.0, I revamped the auxiliar.c module. I should be
much faster now. The API is a little different, though, and
definitely not the same as luaL_checkudata. It would be nice
to have a benchmark of these alternatives. Anybody
interested in running these tests? I am of course willing to
help and provide my current implementation.
Regards,
Diego