Re: 450,000x450,000 array: The best programming language to handle it



francescomoi@xxxxxxx wrote:

I'd like to create a program to handle data (natural
numbers) within a 450,000 x 450,000 array. Which is
the best programming language? I'm considering C, PHP
or Perl.

Or is there any better solution instead of arrays?

Won't work, for at least the next 10 years. Consider sparse
arrays. What are you trying to do?

--
Some informative links:
<news:news.announce.newusers
<http://www.geocities.com/nnqweb/>
<http://www.catb.org/~esr/faqs/smart-questions.html>
<http://www.caliburn.nl/topposting.html>
<http://www.netmeister.org/news/learn2quote.html>
<http://cfaj.freeshell.org/google/>


.



Relevant Pages

  • Re: Triangular Matrix2
    ... kindly what the Mapping Function for this matrix in order to ... any other programming language that supports arrays. ... to waste time on lazy people. ...
    (comp.lang.c)
  • Re: Is this a memory problem?
    ... Keep all pointers in 32-bit format (assuming your programming language allows you to select integer size). ... split large arrays into multiple smaller ones. ...
    (comp.os.linux.misc)
  • Re: C# to VB crossover questions
    ... : Cashdeskmac. ... :>: programming language. ... :>: I know that arrays are resizable in VB as opposed to having a set ... :>: please correct me if I'm wrong) and other terminology which I have ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Newbie question sorting
    ... > Could someone please point me to some documentation on how to sort ... > arrays such as these? ... Which programming language are you dealing with? ...
    (comp.lang.perl.misc)
  • Re: Idiom for array index that Im foreaching over?
    ... >>you'll find that you rarely want to loop over an index. ... With hashes, indexed access, and hence loops ... > simplicity and elegance that I expect out of good modern Perl ... If, for some reason, the data is given in individual arrays, there are ...
    (comp.lang.perl.misc)