Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

refactor: Remove nanoid and use UUID #120

Merged
merged 1 commit into from
Feb 21, 2024
Merged

refactor: Remove nanoid and use UUID #120

merged 1 commit into from
Feb 21, 2024

Conversation

krishnasism
Copy link
Contributor

  • I started to use nanoid for space savings but it takes 2x more time (not too much, it's like 1s vs 2s for a 700 page file)
  • nanoid also uses more memory. I believe its something to do with UUID being a primitive implementation. Anyway, it's better, so I dropped nanoid

@krishnasism krishnasism merged commit 0687ca8 into weareprestatech:main Feb 21, 2024
4 checks passed
@krishnasism krishnasism deleted the refactor/remove-nanoid branch February 21, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant