blazium-engine / blazium

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

Decrease RAM used for the android build -Mark 3 #22 #31

Closed RandomOfNoWhere closed 1 month ago

RandomOfNoWhere commented 1 month ago

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