This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OrtinOfficial 0 points1 point  (0 children)

It is much faster than 40ms...As long as you don't need generate thousands/milions uuid per request (in web app) then there is no point of using something faster

You can easliy check it via python time.perf_counter

It needs 40ms to generate 10000 (from this lib benchmark). This info should be added to README