Re: what is the best datatype for..



-----Original Message-----
*snip*
For further savings, you could dump the values to the screen, and ask
the
end-user to remember them for a brief amount of time. Then run a
sliding
visual window through, and have the user enter the values. This would
let
you completly eliminate the array from memory, thereby signifigantly
decreasing your hardware specs and opening up your target market.
(It's a slow day. Honestly though, there is no cut-and-dried
answer....
:) )

--
Chris Mullins

Nice one Chris, I love that idea. :)

You could even pretend it's a game for the user to test his memory :P.

.



Relevant Pages

  • Re: Memory footprint differences between x86 and x64
    ... "Chris Mullins" schrieb im Newsbeitrag ... In the course of some recent testing, I jotted down the numbers for both x86 and x64 with a very reproducable use case. ... I ran my tests on a dual-core AMD Athlon with 4GB of memory running Windows XP 64. ...
    (microsoft.public.dotnet.framework.clr)
  • Re: Small C# program takes up too much memory
    ... of memory and I don't see why. ... Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVP ... Note that doing this is much worse than calling GC.Collect in .NET, all it does is disturb the OSses BalanceSet Manager without any benefit for the user. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Small C# program takes up too much memory
    ... of memory and I don't see why. ... Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVP ...
    (microsoft.public.dotnet.languages.csharp)

Loading