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

[REBOL] Re: Profiling Rebol API to DyBASE

From: greggirwin:mindspring at: 18-Dec-2003 13:46

Hi Konstantin, KK> So, during index search 1.5 minutes from 2 were spent in lookup KK> function. And 14 seconds takes searching index itself. KK> From these 1.5 minutes most of the time was spent in this line: KK> obj: select obj-by-oid-map oid A quick test seems to show that the SELECT part of the lookup is faster for smaller numbers of records (e.g. 10,000), and gets progressively slower as the numbers increase. That is, it starts out faster than the FETCH and MAKE parts and ends up a lot slower than they are with larger numbers of records. -- Gregg