class

Sdust::Core

Inherits Reference < Object

Constants

WordLength = 3
WordMask = WordTotal - 1
WordTotal = 64

Constructors

Instance methods

feed(seq_bytes : Bytes)
Source
find_perfect(perfect_intervals : Array(PerfectInterval), window : Array(Int32), threshold : Int32, start : Int32, win_len : Int32, repeat_value : Int32)
Source
finish
Source
save_masked_regions(result : Array(MaskedRegion), perfect_intervals : Array(PerfectInterval), start : Int32)
Source
sdust(sequence : String | IO::Memory | Bytes, win_size : Int32, threshold : Int32)
Source
shift_window(curr_word : Int32, window : Array(Int32), threshold : Int32, win_size : Int32, win_len : Int32, repeat_window : Int32, repeat_value : Int32)
Source
start(win_size : Int32, threshold : Int32)
Source

Nested types