ValorZard / Quad-Fighter-2

Open Source Rust Fighting Game with Rollback
Apache License 2.0
6 stars 0 forks source link

Testing with clumsy makes program run extermely slow with high CPU usage. #7

Open ValorZard opened 3 years ago

ValorZard commented 3 years ago

If i had to guess, this is because the way we're saving and reloading the gamestate is inefficent. There's probably things we can do to make it much more efficient.