I found this item in the release notes for 2.3.10:<br><br>&nbsp;*&nbsp; Improve the performance of commands that operate on sequence-sets. The<br>&nbsp;&nbsp;&nbsp; sequence-set is now parsed only once, and the commands operate on a sorted<br>&nbsp;&nbsp;&nbsp; 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>