AlemSnyder / Fun-Game

I am just practicing c++. Feal free to enjoy.
GNU General Public License v2.0
1 stars 0 forks source link

Some optmization #61

Closed AlemSnyder closed 7 months ago

AlemSnyder commented 8 months ago

Add parallelism and changes a n time lookup to a log n time look up.

I still want to do thread pooling, but don't know if this is a good implementation.

egelja commented 8 months ago

You should rebase and squash those commits