You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of the ULID spec suggests / recommends / requires the entropy to be incremented (by one) for each subsequent ULID creation in the same millisecond. This keeps ordering easy, but isn't necessarily ideal for some applications. The @oklogimplementation of ULID functionality in Go increments by a random number for subsequent calls.
The latest version of the ULID spec suggests / recommends / requires the entropy to be incremented (by one) for each subsequent ULID creation in the same millisecond. This keeps ordering easy, but isn't necessarily ideal for some applications. The @oklog implementation of ULID functionality in Go increments by a random number for subsequent calls.
Bit of discussion at ahawker/ulid#306.
The text was updated successfully, but these errors were encountered: