mdomke / python-ulid

ULID implementation for Python
https://python-ulid.rtfd.io
MIT License
412 stars 19 forks source link

monotonic entropy for ULIDs created in the same ms? #1

Open itdaniher opened 5 years ago

itdaniher commented 5 years ago

ULID spec now calls out entropy monotonicity for subsequent ULIDs generated in the same millisecond. It wasn't immediately clear to me how to approach that here, but I spent a few minutes looking at it. Seems like an API change might be required, or globals like I wound up trying for ulid2.

Bit of discussion at ahawker/ulid#306.