Module util

Module util 

Source
Expand description

Utility functions

Functions§

find_lcp_full_offset
When using a seed mask, the LCP stored on disk is the number of “care” positions held in common, but the actual LCP between two strings should include any “don’t-care” positions up to the next “care” position.
read_sequence_file
Read sequence data from file
read_text_length
Find length of the input text from a .sufr file to determine the Int type, u32 or u64
slice_u8_to_vec
Convert a slice of raw U8 read from disk into a Vec<T> (where T is the Int 32/64)
usize_to_bytes
Turn a usize into a vector of u8 for serializing to disk.
vec_to_slice_u8
Convert a Vec<T> (where T is the Int 32/64) into a slice of raw U8 for serializing to disk