Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Nov 19, 2024
1 parent dfc507f commit b683cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sleekid

The unique ID for the modern software. Stripe inspired.
The globally unique ID for the modern software. Fully configurable. Stripe inspired.

![id format](./id_format.png)

Expand All @@ -18,7 +18,7 @@ Total length = Prefix + T + N + C
- More compact than UUID while maintaining collision resistance
- when random digits length is 16, total length is near 26 bytes
- shorter than UUID, the same collision resistance with UUID.
- Monotonically increasing
- Built-in timestamp
- B-tree optimized with built-in timestamps
- Configurable length
- timestamp length: 4 ~ 6
Expand Down

0 comments on commit b683cab

Please sign in to comment.