-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The toBase62 function might become inefficient with very large counters due to the repeated modulo and division operations. Investigate and implement a more efficient algorithm for converting numbers to a Base62 string.
Steps to Reproduce:
- Install the extension.
- Shorten a very large number of URLs to increase the counter.
- Observe the performance of the key generation process as the counter increases.
Expected Behavior:
The key generation process should remain performant even with very large counter values.
Metadata
Metadata
Assignees
Labels
No labels