[EMAIL PROTECTED] wrote: > Leopold Toetsch wrote: > > > parrot -j ord 1.10 user 1.26 real # opt. build rev 8072 > > and another 20% by inlining the fast path of the array get (set_i_p_ki) > > 0.91 user 1.09 real # opt build rev 8076
I've written some files to go into examples/benchmark which time the raw throughput of the md5 part, which excluding the load/compile phases. I'll post them this evening (as I can't currently do attachments) We're about a quarter of the throughput of pure C, which I think is darn good. (And we outperformed the pure Perl version by quite a bit, although I'm guessing the slow core has similar timings) > Now its your turn to process files blockwise ;-) I'll see what I can do over the weekend. I'm not totally convinced that the reduced memory consumption merits the extra code, but we'll see. Cheers, Nick