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

[REBOL] Re: Rebol API to DyBASE

From: lmecir:mbox:vol:cz at: 19-Dec-2003 7:06

Hi Joel, I think, that: 1) Konstantin tries to use an Associative Array. I doubt, that the suggested implementation is the best one.
>INSERTs into a "fresh" hash (created each time with MAKE HASH! []): >Appears to be increasing faster than quadratically! > > # elts seconds ratio quad slowdown > 10000 3.065 > 20000 25.817 8.423 4 2.106 > 30000 63.682 20.777 9 2.309 > 40000 123.417 40.267 16 2.517 >
2) this seems to be different from my measurements (slower). Can you post the code? -L