Programming puzzles: processing lists!
|
04-24-2017, 10:00 PM
Post: #30
|
|||
|
|||
RE: Programming puzzles: processing lists!
(04-24-2017 09:35 PM)Claudio L. Wrote: I wonder if using MAP instead of DOLIST would be any faster. I doubt it, MAP tends to be quite slow. DOLIST, DOSUBS, and STREAM are pretty efficient. Exploding the list onto the stack usually makes for the fastest code, but at the cost of less readability and longer, more complex programs. John |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)