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
I would like to construct suffix arrays of very short DNA strings (2 strings á 1000 characters), which should use only very little memory. How do I configure SuffixArray::new to make sure the algorithm does not write anything to disk?