A circular buffer for LZ sequences
Fields
buf: ArrayListUnmanaged(u8),
Circular buffer
dict_size: usize,
Length of the buffer
memlimit: usize,
Buffer memory limit
cursor: usize,
Current position
len: usize,
Total number of bytes sent through the buffer