You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: