Skip to content

Performance optimization #336

Open
Open
@zhaozg

Description

@zhaozg

As describe in #331, There is a great possibility to get better performance.

For example, from the following aspects:

  • Using luaL_ref to store the lua_State in the registry/avoid using a string key
  • Store an internal map of lua_State* -> int ref pairings.
  • ...

Long-term task.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions