Re: question about programming



lrbtav wrote:

.... snip ...

A program well implemented with the right data structures and
efficient algorithms can be faster running in an given interpreter
than another program doing the same using bad data structure or
innefficient algorithms, compiled to some hardware processor target.

So if I write a sloppy program in assembly, and a neatly coded
program in visual basic, the speed at which the programs run is
dependent soley on how well implemented their data structures are?

Don't be silly. Also don't snip attributions for material you
quote.

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>


.



Relevant Pages

  • Re: lcc-win32
    ... >>The assumption that C programming means ignoring data structures ... >>is widespread in this group. ... change it because the language should be kept *AS IT IS* ...
    (comp.lang.c)
  • Re: Repository of C code
    ... numerical code in one place and data structures code in another, ... creating a generic data structures and algorithm library for C ["C ... sort of repository for C. ...
    (comp.lang.c)
  • Re: structures in php ?
    ... > How do you create data structures in php? ... Someone already gave you the hint. ...
    (comp.lang.php)