Why even cast it to an integer? Can't you directly use a pointer as an identifier?
Because I want to send it through JSON across the wire!
Please Login to reply.
😬
Lol does assigning uuids based on your computers memory allocation make sense to sync to another machine? Idk... Collisions, dereferenceing could fail. Is this a trick question?
I think UUIDs + a local LUT of pointers -> UUIDs is probably the best way to go.