Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Refactor generate_unique_id #56

Merged
merged 4 commits into from
Feb 20, 2025

Conversation

thewhaleking
Copy link
Collaborator

Hashing and using the hash as the ID was causing a massive slowdown. This remedies it by using integers (1-998) in an infinite cycle.

@thewhaleking thewhaleking requested a review from a team February 20, 2025 11:56
@thewhaleking thewhaleking merged commit 4b966b3 into staging Feb 20, 2025
@thewhaleking thewhaleking deleted the feat/thewhaleking/refactor-unique-id branch February 20, 2025 13:05
@ibraheem-opentensor ibraheem-opentensor mentioned this pull request Feb 20, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants