home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!apple!applelink.apple.com
- From: DEWAELE.W@AppleLink.Apple.COM (De Waele Willy - Gent,BE,IHD)
- Newsgroups: comp.sys.mac.oop.macapp3
- Subject: Re2: Performance tests...
- Message-ID: <725427401.7788927@AppleLink.Apple.COM>
- Date: 27 Dec 92 03:21:00 GMT
- Sender: daemon@Apple.COM
- Organization: AppleLink Gateway
- Lines: 18
-
- Hi,
-
- > Then if you have some highly computational sections to write, feel free to do
- them as straight Pascal or C (whichever you're more comfortable with;
- performance differences usually relate more to the efficiency of your
- particular compiler [and the cleverness of your particular programmers] than to
- language choice)
-
- The language with the most performance is still the assembler (closest to the
- hardware), if good designed. No compiler can beat straight assembler coding.
- But ... we know all the disavantages of the assembler. Perhaps small pieces
- inline coding?
-
- Indeed, the choice of a OOP framework or not is depending on other criteria.
-
- Regards
- Willy
-
-