almost forgot crucial performance numbers

This commit is contained in:
Leijurv 2018-09-09 15:38:59 -07:00
parent ecbb34366f
commit 075ad3f244
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import net.minecraft.util.math.Vec3i;
* A better BlockPos that has fewer hash collisions (and slightly more performant offsets)
* <p>
* Is it really faster to subclass BlockPos and calculate a hash in the constructor like this, taking everything into account?
* Yes. It's called BETTER BlockPos for a reason. Source:
* Yes. 20% faster actually. It's called BETTER BlockPos for a reason. Source:
* <a href="https://docs.google.com/spreadsheets/d/1GWjOjOZINkg_0MkRgKRPH1kUzxjsnEROD9u3UFh_DJc">Benchmark Spreadsheet</a>
*
* @author leijurv