nanos-world / nanos-world-sandbox

nanos world official Sandbox gamemode
MIT License
11 stars 5 forks source link

CPU optimization #26

Open donald-mason23 opened 1 year ago

donald-mason23 commented 1 year ago

I noticed today if there are a lot of objects on the map and playing single player, the load on the CPU about 60-67%. Need to do CPU little optimization.

Nogitsu commented 1 year ago

If I remember well it's an issue due to entities being made on the Lua side and it's been in constant enhancements

gtnardy commented 1 year ago

yeah CPU usage escalates with the amount of objects spawned, we are constantly improving that