Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
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
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