-
Notifications
You must be signed in to change notification settings - Fork 1
Performance
KenanY edited this page Jan 12, 2013
·
26 revisions
$ node --version
v0.8.16
$ node perf/index.js
primality(integer) x 355,162 ops/sec ±0.35% (86 runs sampled)
primality(string) x 50,948 ops/sec ±0.41% (99 runs sampled)
primality(integerArray) x 345,869 ops/sec ±3.27% (90 runs sampled)
primality(stringArray) x 51,460 ops/sec ±0.16% (99 runs sampled)
Fastest is primality(integer)