multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.41k stars 438 forks source link

Lua custom allocator to increase performance #2735

Open CrosRoad95 opened 2 years ago

CrosRoad95 commented 2 years ago

Is your feature request related to a problem? Please describe.

no

Describe the solution you'd like

Implement custom lua allocator to increase performance

Describe alternatives you've considered

-

Additional context

Nothing really to describe, lua calls "malloc" and "free" a lot, custom allocator could in general increase performance of lua

Security Policy

Pirulax commented 2 years ago

https://github.com/multitheftauto/mtasa-blue/issues/2336