Skip to content

A small experiment with generating UUID version 4 in C++

Notifications You must be signed in to change notification settings

NeBorsh/UUIDv4genTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UUIDv4genTest


⊱⋅ ──────────────── Info 🛠️ ───────────────── ⋅⊰

Note

I wrote this code without any special intentions, no more than to gain experience, and something serious should not be expected from it...


⊱⋅ ──────────────── About 🩼 ───────────────── ⋅⊰

Iterations Time
1 0.0027953 sec
10,000 1.46939 sec
100,000 11.6392 sec

Warning

The processor on which the code was run: Intel core i3 - 1005G1 | 1.20 GHz

I wanted to figure out how UUID works in general, and decided to write a small UUID generator version 4 as a useful experience, thats how it is XD

About

A small experiment with generating UUID version 4 in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages