On Thu, 2009-09-10 at 07:51 -0500, Eduardo Cavazos wrote: > Derick Eddington wrote: > > > I'd like to benchmark it against Factor, but I'm not familiar enough > > with Factor. If anyone who is familiar enough can suggest some basic > > Factor code good for benchmarking basic performance, and how to get > > execution statistics for it from Factor, that would be great. I've got > > the power of Ikarus on my side, so I'd like to see it against Factor :) > > Check out the benchmarks in: > > extra/benchmark > > and the 'run-benchmark' and 'run-benchmarks' words.
Thanks. Also, I discovered the `time' "word" from the `tools.time' "vocabulary". These benchmarks and the `time' "word" are what I needed. Now I'll choose some benchmarks to translate to my stack-lang... -- : Derick ----------------------------------------------------------------
