We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a3c1b commit 80a836fCopy full SHA for 80a836f
README.md
@@ -8,6 +8,10 @@ nodejs-snowflake is a fast and reliable way to generate time sortable 64 bit ids
8
The main id generation function is written in C++ using N-API which makes the process of id generation extremely fast. The usage of C++
9
for id generation also guaratees that the generated number will be of size 64 bits.
10
11
+### NOTE
12
+The ID generator produces faster ids if the return type is bigint, but this option is disabled by default to the
13
+time javascript bigint to string conversion will take. This conversion is thus by default handled by C++ internally.
14
+
15
## How to install
16
17
```
0 commit comments