I found this item in the release notes for 2.3.10:<br><br> * Improve the performance of commands that operate on sequence-sets. The<br> sequence-set is now parsed only once, and the commands operate on a sorted<br> list of seq-ranges.<br>
<br><br>Does this mean that any sequence sets now passed in are acted upon in a sorted order? Does this mean we can no longer rely upon the results of an operation utilizing a sequence-set to be returned in the order in which they were presented?<br>