Benchmarks
Benchmarks copied to clipboard
Small edit of normalize method
You can save a function call by using the **2 operator and explicitly making the operation instead of calling self.dot()
If you change this in one place, then you have to make the equivalent change for every language, and then rerun all the benchmarks