feat: support version 7 (Unix Epoch time) UUIDs

This commit is contained in:
Ben Ramsey
2022-09-13 22:13:33 -05:00
parent e153b3420a
commit aa1e488afa
20 changed files with 784 additions and 42 deletions
+5
View File
@@ -99,4 +99,9 @@ final class UuidGenerationBench
{
Uuid::uuid6($this->node, $this->clockSequence);
}
public function benchUuid7Generation(): void
{
Uuid::uuid7();
}
}