@@ -31,15 +31,16 @@ var uuids = DaanV2.UUID.V4.Batch(data);
3131
3232## Supported Version
3333
34- | Version | Variant | Description |
35- | ------- | ------- | ------------------------------------------------------------------------------------------------------------------- |
36- | 1 | 1 | A UUID generated from a timestamp and the mac address |
37- | 3 | 1 | A UUID generated from a string using MD5 hashing bits, 122 bits |
38- | 4 | 1 | A randomly generated UUID of 122 bits |
39- | 5 | 1 | A UUID generated from a string using SHA1 hashing bits, 122 bits |
40- | 6 | 1 | A UUID that is reordered Gregorian time-based UUID specified in this document. Its an upgrade from V1 for databases |
41- | 7 | 1 | A UUID version that exposes Unix Epoch time-based UUID specified in this document. Same like V1, V6 but on UTC |
42- | 8 | 1 | A UUID version that allows for custom data of 122 bits of data |
34+ | Version | Description |
35+ | ------- | ------------------------------------------------------------------------------------------------------------------- |
36+ | 1 | A UUID generated from a timestamp and the mac address |
37+ | 2 | A UUID that is based on DCE Security, with embedded POSIX UIDs. |
38+ | 3 | A UUID generated from a string using MD5 hashing bits, 122 bits |
39+ | 4 | A UUID that is randomly generated of 122 bits |
40+ | 5 | A UUID generated from a string using SHA1 hashing bits, 122 bits |
41+ | 6 | A UUID that is reordered Gregorian time-based UUID specified in this document. Its an upgrade from V1 for databases |
42+ | 7 | A UUID version that exposes Unix Epoch time-based UUID specified in this document. Same like V1, V6 but on UTC |
43+ | 8 | A UUID version that allows for custom data of 122 bits of data |
4344
4445## Benchmarks
4546See [ Benchmark reports] ( ./Benchmark/Reports/results/README.md )
0 commit comments