Author Topic: List Operation Driving me up the wall...  (Read 7471 times)

0 Members and 1 Guest are viewing this topic.

gile

  • Gator
  • Posts: 2507
  • Marseille, France
Re: List Operation Driving me up the wall...
« Reply #15 on: September 15, 2009, 06:25:02 PM »
About speed,
IMO, it's just funny to compare LISP routines and most of the time the differences are minor. It become important if the routines are used in many iterations or recursive callings.
For example, the speed differences between command and entmake (entmod) or vla* functions realy doesn't mater while there're used with a user input.
More, if speed is the goal, we'd rather forget LISP and use other languages. We had a challenge here with "multi languages replys" and we can see .NET is about 2 times faster than LISP and C++ (ARX) about 10 times...
Speaking English as a French Frog

Lee Mac

  • Seagull
  • Posts: 12915
  • London, England
Re: List Operation Driving me up the wall...
« Reply #16 on: September 15, 2009, 06:32:07 PM »
Wow! Paul Kohut's version of C++ using pointers... 0.094 secs!!  Thats phenomenally quick...  :lol: