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

Enhancement: Implement Additional Uniqueness Feature in UniqueGen Npm Package #16

Closed
AnkanSaha opened this issue May 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@AnkanSaha
Copy link
Owner

Issue Description

Summary

The UniqueGen Npm package currently lacks a feature that ensures more uniqueness in generated values. This issue proposes adding a new feature to enhance uniqueness using a hashing algorithm.

Background

The UniqueGen package provides a convenient way to generate unique values. However, in certain use cases, the generated values may not be unique enough due to the nature of the algorithm used. To address this limitation, we propose introducing a hashing algorithm that will enhance the uniqueness of the generated values.

Desired Solution

We aim to add a new feature to the UniqueGen Npm package that utilizes a hashing algorithm to generate even more unique values. This feature will enhance the existing uniqueness mechanism and reduce the chances of collisions.

Implementation Details

The proposed solution involves integrating a well-established hashing algorithm, such as SHA-256 or MurmurHash, into the UniqueGen package. The algorithm will take the generated values as input and produce a hash code, which will then be used to determine the uniqueness of the values.

Steps to Reproduce (if applicable)

N/A

Expected Outcome

With the inclusion of the hashing algorithm, the UniqueGen package will generate values with significantly enhanced uniqueness. This improvement will make the package more reliable and suitable for a wider range of applications.

Additional Information

  • It would be beneficial to perform thorough testing and benchmarking to assess the impact of the hashing algorithm on performance and uniqueness.
  • Considering the compatibility of the hashing algorithm with different environments and dependencies is essential to ensure widespread adoption of the UniqueGen package.
  • Documentation updates should accompany the implementation of the new feature to guide users on how to leverage the enhanced uniqueness capability.
@AnkanSaha AnkanSaha added the enhancement New feature or request label May 21, 2023
@AnkanSaha AnkanSaha pinned this issue May 21, 2023
@AnkanSaha
Copy link
Owner Author

Completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants