Hi Ed, I found another way to simplify it. Instead of building a byte vector and calling set-file-contents, I instead wrap the whole thing in a with-file-output and use write instead of %. The code is shorter and simpler now and plus there's a noticable speed improvement from not building the intermediate sequence.
Slava On Thu, Sep 11, 2008 at 7:44 AM, Eduardo Cavazos <[EMAIL PROTECTED]> wrote: > Slava, > > In 'benchmark.mandel' you build up a byte vector. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
