T-PWK / flake-idgen

Flake ID generator yields k-ordered, conflict-free ids in a distributed environment in Node.js
https://www.npmjs.org/package/flake-idgen
MIT License
242 stars 20 forks source link

Min and Max values ? #3

Closed lester-s closed 6 years ago

lester-s commented 7 years ago

Hello, I would like to know if the generated id converted in decimal stay inside the range of the ? Number.MAX_SAFE_INTEGER ?

Thank you and have a nice day.

scragg0x commented 7 years ago

@lester-s no, the id is 64bit, each of which having some significance in it's current form.