flanchan@cumallover.me Compress chain when saving/loading Treat each new line as a new set to feed Enable /api route Further split buffers by sentance, feeding a new one for each. Split by sentance as well as word boundaries Always operate on aggregated request body (can speed up writes at the cost of memory) Acquire chain mutex write lock while streaming body (can speed up writes, but can also allow for DoS)