Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flashultra authored Oct 15, 2021
1 parent 58fd464 commit 0e90d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A tiny, secure, URL-friendly, unique string ID generator ( [based on nanoid](htt
# FlakeId

FlakeId is a distributed ID generation algorithm based on Twitter Snowflake .

Advantages of FlakeID over UUID :
* Flake IDs are 64-bits, half the size of a UUID
* Can use time as first component and remain sortable
Expand Down Expand Up @@ -614,4 +615,4 @@ var uniqueId = flakeId.nextId(); // create one unique id
for (i in 0...10) {
trace(flakeId.nextId()); //generate ten unique ids
}
```
```

0 comments on commit 0e90d79

Please sign in to comment.