|
|
|
|
|
by cpburns2009
197 days ago
|
|
If you really need lock-free generation, you can use an alternate generator that uses new random bits for every submillisecond id. That's what the `ulid-py` library for Python does by default instead of incrementing the random bits. |
|