Math.uuid.js

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Math.uuidCompact
'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
  var r = Math.random() * 16 | 0,
      v = c == 'x' ? r : (r & 0x3 | 0x8);
  return v.toString(16);
});
ready
tbd
//
ready

Revisions

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