TherkuTech / tturl

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

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

Open Shreeshailgoudapatil opened 5 days ago

Shreeshailgoudapatil commented 5 days 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 5 days ago

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

Shreeshailgoudapatil commented 5 days ago

Thanks for assigining.