otoolep / cppuuid

C++ UUID support inspired by Python's UUID classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cppuuid

C++ UUID support inspired by Python's UUID package. For more details see:

http://docs.python.org/library/uuid.html

As long as the underlying hardware clock has a resolution greater than 100ns, this code can produce type-1 UUIDs at a rate greater than 10 million per second. There is a small demo in main.cpp.

Building

To build the example program simply execute make.

(c) Philip O'Toole https://www.philipotoole.com

About

C++ UUID support inspired by Python's UUID classes

License:MIT License


Languages

Language:C++ 98.8%Language:Makefile 1.2%