[REBOL] Re: Trimming values from a series?
From: anton:lexicon at: 25-Jul-2002 0:09
I think it should be faster this way, too, although it may not matter. sort will have to rearrange less items after unique has removed some. I don't think unique would work any faster on data that's already sorted, though I could be wrong. Not a big issue for me at the moment.. :) Anton.