cherry-id

0.0.4 • Public • Published

🌸 cherry-id

NPM version jaywcjlove/sb

Introduction

The core algorithm copyright belongs to yitter

more:https://github.com/yitter/IdGenerator

USing cherry-id

npm i cherry-id
const GenId = require('cherry-id');
const genid = new GenId({ WorkerId: (process.argv[2] || 1) - 0 });

(() => {
  console.time("Test Run");
  const HSet = new Set();
  for (let index = 0; index < 500000; index++) {
    HSet.add(genid.NextId());
  }
  console.timeEnd("Test Run");
  console.log([...HSet.values()].join("\n"))
  console.log(HSet.size);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i cherry-id

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

11.9 kB

Total Files

6

Last publish

Collaborators

  • bubao