lispdoc - results for optimize |
optimize | Undocumented
|
Example:(defun remove-remaining (times stream) (declare (optimize speed) (type fixnum times)) (dotimes (x times) (restore-object stream))) | Mentioned in: CLtL2 - 28.2. Functions in the Programmer Interface CLtL2 - 5.1.2. Variables CLtL2 - 8.5. Environments CLtL2 - 9.2. Declaration Specifiers HyperSpec - Declaration OPTIMIZE On Lisp - Local Functions PCL - make it work make it right make it fast Successful Lisp - chapter28 Successful Lisp - global vars and consts Successful Lisp - trace and step |
cl-ppcre:*optimize-char-classes* | Variable: Whether character classes should be compiled into look-ups into O(1) data structures. This is usually fast but will be costly in terms of scanner creation time and might be costly in terms of size if *REGEX-CHAR-CODE-LIMIT* is high. This value will be used as the :KIND keyword argument to CREATE-OPTIMIZED-TEST-FUNCTION - see there for the possible non-NIL values.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |