Closed
Description
Current TreeSequence.at() and other methods to seek to a particular tree work by iterating along the trees. This isn't very efficient, if we want to get a tree in the middle of the sequence.
Can we seek efficiently using the current indexes, or do we need to build some sort of interval tree?