Please report new issues athttps://github.com/DOCGroup
we should check the performance of the sequences when the length of the sequence is decreased. At this moment the elements that aren't accessable anymore are first released and then initialized to the default value. the release is needed to release the references, the reinitialize then puts all values to the default value and allocates new elements. The question is whether this could be combined in one step.