Douglas Peucker implementations 3

JavaScript performance comparison

Test case created by Mourner

Preparation code

<script src="//agafonkin.com/simplify/test-data.js"></script>
<script src="//agafonkin.com/simplify/simplify.js"></script>
<script src="//agafonkin.com/simplify/simplify2.js"></script>

 
<script>
Benchmark.prototype.setup = function() {
    Simplify.setProps('x', 'y');
};
</script>

Preparation code output

Test runner

Warning! For accurate results, please disable Firebug before running the tests. (Why?)

Java applet disabled.

Testing in unknown unknown
Test Ops/sec
configurable
Simplify.simplify(points, 1);
pending…
non-configurable
Simplify2.simplify(points, 1);
pending…

You can edit these tests or add even more tests to this page by appending /edit to the URL.

Compare results of other browsers

0 comments

Add a comment