Skip to content

Commit 3324392

Browse files
committed
Updated readme
1 parent 109ce9c commit 3324392

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ The main id generation function is written in C++ using N-API which makes the pr
99
for id generation also guaratees that the generated number will be of size 64 bits.
1010

1111
### 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.
1413

1514
## How to install
1615

0 commit comments

Comments
 (0)