What are the things that optimize speed declaration do in CL?

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2009-07-08T01:45:09Z Indexed on 2010/06/08 21:22 UTC
Read the original article Hit count: 124

What are some of the optimization steps that this command does

`(optimize speed (safety 0))`

Can I handcode some of these techniques in my Lisp/Scheme program?

© Stack Overflow or respective owner

Related posts about functional-programming

Related posts about lisp