DevTestingPizza / NativeUI

UI library for Grand Theft Auto V, ported to CitizenFX
MIT License
7 stars 1 forks source link

Direct Native invocation instead of Function.Call<>() #3

Closed d0p3t closed 5 years ago

d0p3t commented 5 years ago

This drastically improves the performance of NativeUI (~20%) due to the new C# native invocation improvements.

See: https://github.com/citizenfx/fivem/commit/fb5d89fccb9c9805174fd290fdb01355121b3703

Does not solve memory leaks!

image