chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Good way to code the equivalent to this?


From: Elf
Subject: Re: [Chicken-users] Good way to code the equivalent to this?
Date: Sun, 24 Aug 2008 04:45:25 -0700 (PDT)


i've been testing various solutions, which ill be happy to post if interested.
all of them involve alist->hash-table. so far, the fastest solution, on average, has been list-tabluate to generate the list. (map! was a close contender, though.) the solution with the least GCs, on average, uses unfold
for generation.   all of these have been run in the interpreter, not compiled.

-elf






reply via email to

[Prev in Thread] Current Thread [Next in Thread]