Search found 2 matches

by fadrian
Wed Feb 25, 2009 2:01 pm
Forum: Common Lisp
Topic: Short about 'sort'
Replies: 10
Views: 17225

Re: Short about 'sort'

Yes, the second code snippet is more idiomatic. However, if performance is critical, the first may be faster. If performance is an issue, profile both methods in situ and see which one is faster.