|
-
Apr 25th, 2004, 11:25 AM
#1
Thread Starter
Fanatic Member
max memory
I am making a C# program... it is intended to run on
Windows XP, Service Pack 2, VS .NET 2003 and .NET framework 1.1, Single Pentium 4 processor, 2 GHz, finally 512MB RAM
I basically want to declare an array (of Int16 and Char if it matters) as big as possible. Now what is a safe assumption as to the maximum amount of memory for the array? and how much time would it take just for declaration and initlization?
maybe an alternative is to delcare some data structure that does not include default values since the array is mostly gonna be 0s (hopefully) anyways. Do i have a choice other than linked-lists?
Last edited by bugzpodder; Apr 25th, 2004 at 11:29 AM.
Massey RuleZ! ^-^__  Cheers!  __^-^ Massey RuleZ!
Did you know that...
The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|