node-simpleflake icon indicating copy to clipboard operation
node-simpleflake copied to clipboard

Distributed id generation for the lazy.

Results 1 node-simpleflake issues
Sort by recently updated
recently updated
newest added

If generated id can be represented with fewer than 56 bits, the returned buffer and corresponding string representation is shorter than 64 bits. This makes ids non-sortable. Test case: ```...