Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 493 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 493 Bytes

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