pazusoba / core

Try to solve Puzzle & Dragons with C++
MIT License
15 stars 1 forks source link

V2 - Performance #47

Open HenryQuan opened 3 years ago

HenryQuan commented 3 years ago

The performance has greatly reduced in the V2 rework. It takes about 3 - 5 times more and worse route are usually found that before. However, the memory consumption has been reduced and with CMake, it is more versatile than before. Since pazusoba will be working on Android, performance is quite critical now.

Accurate and Time are both part of performance. Improving anyone of them will improve the overall performance.

HenryQuan commented 3 years ago

The performance has been improved but accuracy is worse than before. Multithreading is creating too much overhead because my machine has 24 threads.