TherkuTech / tturl

Shorten your URLs in one click
https://tturl.netlify.app/
MIT License
15 stars 35 forks source link

Enhance URL Shortener with Hashing, Unique ID Generation, and Collision Prevention Mechanisms #36

Open Shreeshailgoudapatil opened 1 month ago

Shreeshailgoudapatil commented 1 month ago

Currently, the URL shortening logic in the project uses a basic random string generation approach, which could lead to potential issues like collisions, scalability problems, and inefficiency in high-volume use cases. This can affect the reliability of the shortened URLs as the project grows.

How to improve:

Benifits👍 Collision Prevention: Implementing robust collision detection and avoidance mechanisms to ensure that no duplicate short URLs are generated, even as the database grows larger.

These enhancements will make the URL shortening process more reliable, scalable, and secure.

I can contribute to this feature and work on implementing it! Please let me know if you could assign me this task.

muruga21 commented 1 month ago

@Shreeshailgoudapatil Great ! I have assigned to you... you can work on it

Shreeshailgoudapatil commented 1 month ago

Thanks for assigining.

muskiagrwal commented 3 weeks ago

i want to work on this issue .assign me this project