tskit icon indicating copy to clipboard operation
tskit copied to clipboard

Add flag to indicate that the tree sequence has passed check_integrity.

Open benjeffery opened this issue 4 years ago • 0 comments

As discussed in #1899 30% of the time required to load a 1G tree sequence is spent checking its integrity. We could bypass this by recording when check integrity has passed and clearing it on any change to the data.

I've put this in C1.0 as it's an API change, but we could bump it as it would be backward compatible.

benjeffery avatar Dec 14 '21 13:12 benjeffery