Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 11, 2024
1 parent 27c69ba commit bc1c2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/masto-id-convert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Convert a Mastodon snowflake ID into a UUID v7 while preserving the timestamp co

## How?

The unix timestamp is preserved as-is, the 2-bytes sequence is stretched out via the WyRand PRNG algorithm.
The unix timestamp is preserved as-is, the 2-bytes sequence is kept as-is since we expect the sequence to be already unique.

## Performance

Expand Down

0 comments on commit bc1c2df

Please sign in to comment.