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

[REBOL] Re: Limitation coming from the "initialize" refinement usedwiththe "Arra

From: joel::neely::fedex::com at: 27-Jun-2002 11:29

One more time, folks... ;-) Incorporating the proposals from various emails, I've re-run the benchmarks (quickly... caveat lector) with the result that using explicit paths on nested containers still is the fastest, e.g. array/:i/:j/1: 1 + array/:i/:j No time to be tidy, but here are the stats... strategy average ratio ------- ------- -------- joins 14.1602 19.75 rejoin 8.4542 11.47 compose 4.6046 5.88 at...at 1.5824 1.49 change at 1.482 1.35 change sub 1.372 1.19 poke path 1.314 1.10 path sub 1.2418 1 baseline 0.5528 0 -jn-