home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / tools / 1463 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.4 KB  |  27 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools,comp.windows.ms.programmer
  2. Path: sparky!uunet!wupost!gumby!yale!yale.edu!jvnc.net!news.edu.tw!news!Uz.nthu.edu.tw!yfwu
  3. From: yfwu@Uz.nthu.edu.tw (EE U780935)
  4. Subject: Re: Speed of Visual Basic
  5. Message-ID: <1992Nov19.061744.8962%yfwu@Uz.nthu.edu.tw>
  6. Organization: National Tsing Hua University (HsinChu)
  7. References: <1992Nov16.034741.26322@murdoch.acc.Virginia.EDU>
  8. Date: Thu, 19 Nov 1992 06:17:44 GMT
  9. Lines: 16
  10.  
  11. pz7q@Virginia.EDU (Ping  Zhong) writes:
  12. > I am trying to write a program using Visual Basic to do some serious 
  13. > number crunching,e.g. sigular value decomposition of a large matrix.
  14. > The memory problem can be partially solved using the Windows enviroment
  15. > but the speed right now is the major concern.
  16. Visual Basic is an interpreter, so it is slower than compiler. If you want fast
  17. operation, compiler your C / Fortran language program into DLL and call it from
  18. Visual Basic. It is as fast as C/Fortran.
  19.  
  20. --
  21. ===============================================================================
  22.  Yuh-Fuu Wu                                      National Tsing-Hua University
  23.  e-mail: yfwu@uz.nthu.edu.tw                     Dept. of Electric Engineering
  24.                                                  Hsin-Chu City, 300
  25.  Like MS Visual Basic most!                      Taiwan, ROC
  26. ===============================================================================
  27.