Cleanups, add comments and explanations

This commit is contained in:
senhuang42
2020-10-07 13:56:25 -04:00
parent 78da2e1808
commit ea92fb3a68
5 changed files with 113 additions and 161 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ typedef struct {
typedef struct {
rawSeq* seq; /* The start of the sequences */
BYTE const* base;
BYTE const* base; /* The match state window base when LDMs were generated */
size_t pos; /* The position where reading stopped. <= size. */
size_t size; /* The number of sequences. <= capacity. */
size_t capacity; /* The capacity starting from `seq` pointer */