glmaths 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -895,9 +895,9 @@ const b = a.plus(5)
895
895
 
896
896
  You can run benchmark with `npm run bench`.
897
897
 
898
- Suprisingly, in most operations `glmat` comes faster than its simpler `gl-matrix` library? I honestly quite skeptical about it.
898
+ Suprisingly, in most operations `glmaths` comes faster than its simpler `gl-matrix` library? I honestly quite skeptical about it.
899
899
 
900
- This benchmark, though, doesn't tell the difference in loading up a library. When I started running benchmarks, I noticed how on first test `glmat` was consistently slower, than `gl-matrix`; and I believe this is a setup cost for extending `Float32Array` with all methods and getters for swizzles. There is a hack in `bencmark.js` to overcome this.
900
+ This benchmark, though, doesn't tell the difference in loading up a library. When I started running benchmarks, I noticed how on first test `glmaths` was consistently slower, than `gl-matrix`; and I believe this is a setup cost for extending `Float32Array` with all methods and getters for swizzles. There is a hack in `bencmark.js` to overcome this.
901
901
 
902
902
  ## Benchmark Results
903
903