#include <seq.h>
Definition at line 155 of file seq.h.
◆ depth
tree depth in levels (0 == leaf level)
Definition at line 165 of file seq.h.
◆ ERROR_HEADER
◆ len
logical length.
While techically this implementation will support up to 2^85 elements in each seq, but we will limit it down to (2^64-1)(UINT64_MAX)(on 64bit machines) in order to keep the seq_t as small as possible
Definition at line 161 of file seq.h.
◆ root
NULL means “all data is in tail”
Definition at line 167 of file seq.h.
◆ tail
small tail array for fast push/pop.
We allocate this in heap with SEQ_BR size and move it later to the inner Nodes.
Definition at line 170 of file seq.h.
◆ tail_len
0..SEQ_BR
Definition at line 163 of file seq.h.
The documentation for this struct was generated from the following file: