nonce-fast

1.0.2 • Public • Published

Build Status Maintainability Test Coverage npm version Downloads dependency status devDependency status

Welcome

Install

npm i nonce-fast

or

yarn add nonce-fast

Usage

const Nonce = require('nonce-fast'),
    nonce = Nonce(9); # define the length of the string

nonce(); # '802354675'
nonce(); # '296876554'
nonce(); # '269567223'

Benchmark

Compared with the original nonce generator

Nonce x 1,783,560 ops/sec ±1.69% (83 runs sampled)
NonceFast x 5,832,445 ops/sec ±2.35% (77 runs sampled)
Fastest is NonceFast

🎉 Some hugs to Abrkn for the original project nonce 🍻

Readme

Keywords

Package Sidebar

Install

npm i nonce-fast

Weekly Downloads

537

Version

1.0.2

License

MIT

Last publish

Collaborators

  • bmunoz89