blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
151 stars 19 forks source link

Decrease RAM used for the android build #22

Closed RandomOfNoWhere closed 6 days ago

RandomOfNoWhere commented 1 week ago

Used StringBuilder in use cases where theading is not required, and used StringBuffer in locations where threading is not going to be used.

Added one more memory fix which was not in the previous commit

RandomOfNoWhere commented 6 days ago

Outdated PR, pointed at outdated branch