Hyperlink the benchmark spreadsheet for BetterBlockPos

This commit is contained in:
Brady 2018-09-09 17:37:12 -05:00 committed by GitHub
parent 8fa0d63ae5
commit ecbb34366f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ import net.minecraft.util.math.Vec3i;
* <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:
* https://docs.google.com/spreadsheets/d/1GWjOjOZINkg_0MkRgKRPH1kUzxjsnEROD9u3UFh_DJc/edit
* <a href="https://docs.google.com/spreadsheets/d/1GWjOjOZINkg_0MkRgKRPH1kUzxjsnEROD9u3UFh_DJc">Benchmark Spreadsheet</a>
*
* @author leijurv
*/