[gambit-list] Help With Memory
Alex Shinn
alexshinn at gmail.com
Wed Sep 24 11:01:46 EDT 2008
"David Rush" <kumoyuki at gmail.com> writes:
> I'd be very surprised if there is any implementation where
> using call/cc is as CPU-efficient as explicitly passing
> continuation functions which are called from tail-position
> in your code
Chicken. Cheney on the MTA gives you call/cc essentially
for free - it's just as fast as any other function call.
--
Alex
More information about the Gambit-list
mailing list