python-minecraft-clone
python-minecraft-clone copied to clipboard
Chunk Mesh Generation Optimization
- added a return case if the block is surrounded by 8 full blocks
- (revert) ~~changed it to be parallelized with Thread Pooling~~ (which I gave up because the performance was worse)
Changes suggested by ChatGPT 4, coded and adapted it. Tell me if you see an improvement in performance.
Hey! Thanks for the PR :)
I saw you made 2 others, #94 and #95 - could you clarify which ones you'd like reviewed and potentially merged?
Sure, #94 and #95 were closed because I updated the code to be clearer, #96 is the only PR to merge.
Am I supposed to commit the change ?
yes
well ideally you'd squash but I'll do that for you, no worries