MCPcopy Create free account
hub / github.com/comaps/comaps / Skew

Function Skew

libs/base/suffix_array.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237namespace base
238{
239void Skew(size_t n, uint8_t const * s, size_t * sa)
240{
241 SkewWrapper wrapper(n, s);
242 RawSkew(n, wrapper.MaxValue(), wrapper, sa);
243}
244
245void Skew(std::string const & s, std::vector<size_t> & sa)
246{

Callers 2

BWTFunction · 0.85
UNIT_TESTFunction · 0.85

Calls 5

RawSkewFunction · 0.85
MaxValueMethod · 0.80
sizeMethod · 0.45
assignMethod · 0.45
dataMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.68