Re: About speed




The point that you are missing in this discussion is that Delphi for .NET
is
trying to allow you to port your legacy code to .NET but, in so doing, it
is
lulling you into a false sense of security.


Oh. I understand this. It was a point from which I start. I sure there are
much ways to make ó# code as fast as delphi code with (probably) some losses
in speed. Like it shown in start topic.
It is ok.

I told about different think.
If I cannot work with algorithms I prefer and know, if I need fully re-think
application structure and ways for use, study new language, use ternary
logic instead of binary for memory and resource management etc..where is
benefits? So well will be later, after all..probably. If I win in lottery. I
think it is very weak base. Is it not?


IMO, *good* Delphi for .NET projects cannot be simply recompiled from
Win32
source, there are many more considerations that will influence how a
progam
is written for a managed environment as opposed to an unmanaged one.

Agree!!!!. So where are benefits to make this rebuild? I cannot see why I
need to spend a thousands dollars to move to fashion platform if I can get
right now with good known ways. Probably I may need to order some
libraries..but I will save money for developers training and their errors
with new platform.
Especially if I will get not 15% faster but 15% slower code. At least 15%
slower because I cannot use memory-related tricks etc.

Alex



.



Relevant Pages

  • Re: RosAsm Team is Still Making Excuses
    ... and freeing any memory allocated). ... I would have thought that "10 years of delphi programming" you would have ... >> fallback to GDI when DirectX wasnt available. ... is how ANY NORMAL programmer would do things. ...
    (alt.lang.asm)
  • Re: Multithreading the IDE?
    ... > will get a lot of attention for the next Delphi release - and it will ... > of consuming significantly more memory than the more efficient single ... > threaded heap manager. ... > performance for a few Delphi apps. ...
    (borland.public.delphi.non-technical)
  • Re: IP Level Encryption
    ... The memory used by process A can be claimed by another process B ... >> will enable an attacker to execute arbitrary code, in Java this is ... any buffer overflow is detected and there is no ... Although I am also fond of Delphi, I don't think that it is a full ...
    (sci.crypt)
  • Re: Garbage Collection
    ... Any Delphi developer who has written any program of any size in Delphi most certainly is aware of memory leaking. ... I, for one, am happy that Delphi doesn't have garbage collection. ... Use FastMM and it will help you find all those memory leaks you inadvertently create. ...
    (borland.public.delphi.non-technical)
  • Re: Does MSIL Qualify?
    ... I realize I am getting spoiled with RosAsm, ... There are still some crashes with the debugger. ... Delphi, had bugs, at least uptil version 3.0 For instance, when replacing ... object memory, causing me to have to work in a real memory inspector to ...
    (alt.lang.asm)