Sdust::Core
Inherits Reference < Object
Constants
WordLength = 3
WordMask = WordTotal - 1
WordTotal = 64
Constructors
new
SourceInstance methods
feed(seq_bytes : Bytes)
Sourcefind_perfect(perfect_intervals : Array(PerfectInterval), window : Array(Int32), threshold : Int32, start : Int32, win_len : Int32, repeat_value : Int32)
Sourcefinish
Sourcesave_masked_regions(result : Array(MaskedRegion), perfect_intervals : Array(PerfectInterval), start : Int32)
Sourcesdust(sequence : String | IO::Memory | Bytes, win_size : Int32, threshold : Int32)
Sourceshift_window(curr_word : Int32, window : Array(Int32), threshold : Int32, win_size : Int32, win_len : Int32, repeat_window : Int32, repeat_value : Int32)
Sourcestart(win_size : Int32, threshold : Int32)
Source