From: Benjamin Greenman (blg59 at cornell.edu) Date: Tue Jan 6 19:05:24 EST 2015 |
|
> > From a practical point of view, at the low level the implementation is > heavily optimized for functions that return exactly one value. > Functions that return a different number of values are slower. > Does this mean I'm better off returning (cons a b) than (values a b)? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.racket-lang.org/users/archive/attachments/20150106/fe427e24/attachment-0001.html>
Posted on the users mailing list. |
|