You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@ The main id generation function is written in C++ using N-API which makes the pr
9
9
for id generation also guaratees that the generated number will be of size 64 bits.
10
10
11
11
### NOTE
12
-
The ID generator produces faster ids if the return type is bigint, but this option is disabled by default because
13
-
of the time javascript bigint to string conversion will take. This conversion is thus by default handled by C++ internally.
12
+
The ID generator produces ids faster if the return type is bigint, but this option is disabled by default because of the time consumed by javascript in conversion of bigint to string. This conversion is thus by default handled by C++ internally.
0 commit comments