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

Reduce precision #21

Open
lukasgolson opened this issue Oct 12, 2023 · 0 comments
Open

Reduce precision #21

lukasgolson opened this issue Oct 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lukasgolson
Copy link
Owner

We are currently using 32 numbers because we initially started off with a value between 0 and 5 for each digit of our input sequence.

This issue proposes that we reduce the matching sequence length from 32 down to 8; as it's statistically negligible that we would have repeat sequences.

This would save approximately 48 gb in our lookup table.

@lukasgolson lukasgolson added the enhancement New feature or request label Oct 12, 2023
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

1 participant