spongedsc / pathways

Pathways: multi-modal AI/ML models on discord
GNU Affero General Public License v3.0
3 stars 1 forks source link

Replacing UUIDs #87

Open daniwasonline opened 1 month ago

daniwasonline commented 1 month ago

Currently, most of our unique identifiers use UUIDv4 or an attached snowflake. While I don't think we should change anything that's using a snowflake as an ID already, it may be worth exploring the use of a different unique identifier system than UUIDv4.

Alternatives