def as_list(self): """Very efficiently convert the SortedList to a list.""" return reduce(iadd, self._lists, [])