oittaa / uuid6-python

New time-based UUID formats which are suited for use as a database key
MIT License
126 stars 10 forks source link

Suggestion on Better Clarity on README Page on Nonrepeatability #164

Closed zbaibg closed 2 months ago

zbaibg commented 2 months ago

Hi,

This is a small suggestion. I noticed you ensure the nonrepeateablity of uuid6, uuid7, and uuid8 by monotonically incrementing the timer. This is a great implementation feature! It would be great if you could clarify that "all uuid6/7/8 is unrepeatable in the same python process/thread" in the README page. This will avoid users' concern about nonrepeatability. Currently, you only mentioned it in the section of uuid8. Thank you : )

Best.