Comparison Matrix and Vector library
JavaScript performance comparison
Preparation code
<script src="https://raw.github.com/mrdoob/three.js/master/build/three.js">
</script>
<script src="https://raw.github.com/1Pupik1989/N3D/master/source/N3D.min.js">
</script>
<script type="text/javascript">
N3D.require("Math.Matrix4", "Math.Vector4");
</script>
<script src="https://raw.github.com/sloisel/numeric/master/src/numeric.js">
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
N3D |
|
pending… |
Three.js |
|
pending… |
numericjs |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published and last updated
- Revision 2: published
- Revision 3: published by 1Pupik1989
- Revision 4: published by indus
- Revision 5: published by 1Pupik1989
- Revision 6: published
- Revision 9: published
- Revision 10: published
0 comments