Truncating decimals
JavaScript performance comparison
Info
Different techniques of decimal number truncation. Tests work on positives as well as negatives.
Preparation code
<script>
Benchmark.prototype.setup = function() {
var n = 0;
};
</script>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
Bitwise OR |
|
pending… |
Bitwise NOT |
|
pending… |
Math operations |
|
pending… |
parseInt |
|
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 by Robert Koritnik
- Revision 2: published
0 comments