Re: New Delphi roadmap is coming: NO UNICODE PLEASE!



On 28 Jan 2007 20:41:33 -0800, "Mike Swaim" <mpswaim@xxxxxxxxxxxxxx>
wrote:

There are solutions that probably would have used less memory, by
analysing the data and loading and discarding data as needed in
multiple threads, but that would have made things much more
complicated. (This was a C application originally written in the mid
80's for a different market, and much lower volume of data.)

True, which illustrates what I was trying to get at. You can't blindly
use the methods you're used to from a different platform on .NET and
expect things to go smooth. Same problem I had with my raytracer :)

For instance, the issues of "value type vs object" are different, and
the effects larger, than what I was used to.

- Asbjørn
.