Implemented some further optimizations to the new cbuffer code. Instead of freeing cbline_ts only to have to reallocate them; move them to a list of unused lines for latter re-use. Also, only resize the index when necessary (never with cbuffers of a fixed size).
Implemented some further optimizations to the new cbuffer code. Instead of freeing cbline_ts only to have to reallocate them; move them to a list of unused lines for latter re-use. Also, only resize the index when necessary (never with cbuffers of a fixed size).