https://github.com/y-256/libdivsufsort/blob/master/lib/divsufsort.c#L105 If m=n/2, then the buffer size will be zero. How the B star substring can be sorted in a zero-size buffer?
https://github.com/y-256/libdivsufsort/blob/master/lib/divsufsort.c#L105
If m=n/2, then the buffer size will be zero. How the B star substring can be sorted in a zero-size buffer?