CubicMC / cubic-server

A fast and extensible C++ Minecraft server implementation
https://cubicmc.org
GNU General Public License v3.0
53 stars 6 forks source link

Adding AVX2 to significantly improve speed on arrays of Int32 #156

Closed HelifeWasTaken closed 1 year ago

emneo-dev commented 1 year ago

@HelifeWasTaken If you can prove there is a significant performance gain I would be glad to merge this, but if there is not it just looks like more maintenability problems.

HelifeWasTaken commented 1 year ago

Might do it when I have time np

emneo-dev commented 1 year ago

Closing this PR as we are currently moving away from our homemade NBT library to a properly coded one.