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
It can be also used as an utility from command-line:
@@ -83,7 +97,8 @@ Otherwise Redis, Memcached or another database with a single INCRementing counte
83
97
- If your objects are persistent - you'd better use [py-nanoid](https://github.com/puyuan/py-nanoid).
84
98
- If you need to generate multiple UIDs for multiple object really _quick_:
85
99
- generate one and reuse it, using a semantic or loop variable as a suffix;
86
-
- pass **precision** argument to `uuid05()`. It scales automatically with worker count, but if there are less than 16 workers, default is 1 which means 1 uuid per 0.1 second, usually it's enough.
100
+
- pass **precision** argument to `uuid05()`. It scales automatically with worker count,
101
+
but if there are less than 16 workers, default is 1 which means 1 uuid per 0.1 second, usually it's enough.
87
102
-`precision=3` argument will use milliseconds.
88
103
-`precision=6` for microseconds.
89
104
- if `precision=6` is not enough stop trying to make your identifier compact.
0 commit comments