Skip to content

Commit 80a836f

Browse files
authored
Updated README.md
1 parent f2a3c1b commit 80a836f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ nodejs-snowflake is a fast and reliable way to generate time sortable 64 bit ids
88
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++
99
for id generation also guaratees that the generated number will be of size 64 bits.
1010

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+
1115
## How to install
1216

1317
```

0 commit comments

Comments
 (0)