twoolie / NBT

Python Parser/Writer for the NBT file format, and it's container the RegionFile.
MIT License
361 stars 74 forks source link

Replaced 2^n operations with bit shiftings #170

Open Almtesh opened 1 year ago

Almtesh commented 1 year ago

I'm opening this pull request to suggest some mathematical optimizations I found in the code.