Foundation - UID #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every entity needs to be easily identifiable. So we can quickly find them and get them. For this job I have selected UUIDv4 from RFC9562. For the random number generation XOSHIRO256 has been selected.
UUIDv4 has been implemented with a custom UUID class to hold it. It should be somewhat faster and safer than using a std::string. Might change its memory to std::array. For now I'm calling it done.
e968585f5b