Why generation of uuid4 is faster than uuid1?

后端 未结 0 1279
执念已碎
执念已碎 2021-02-14 04:50

This is the code I am using,

from uuid import uuid1, uuid4

def test1(n): 
    for _ in range(0,n): 
         uuid1() 
                                                    


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题