Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ecstasis

  1. ecstasis

    Array size

    That's my task. I need multiply matrices of similar size. I realize, that C# is not the best choise for such tasks, but that's all i have. I was going to estimate the time it takes for performing such calculations and see if it affordable.
  2. ecstasis

    Array size

    While trying to create a 2-dimensional array of integers of size 10000x10000 I get the System.OutOfMemoryException. As I have estimated, 10000x10000x4 = 400000000bytes which is about 380 Mbytes. I had more than of 1G free physical memory + virtual memory. So, why is this exception thrown?

Part and Inventory Search

Back
Top