Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Sort by first part of line

From: greggirwin:mindspring at: 5-Sep-2002 13:00

Hi Louis, << It seems that I am having to sort large amounts of data more and more often. I am wanting to learn how to do it faster. >> One of the biggest things is to use a data structure that doesn't require processing for every comparison. I.e. pre-parse the data into fields. REBOL, in my experience, is plenty fast but don't make it do work redundantly if you can avoid it. --Gregg