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.

If it is dense, use a database. If it is sparse, use a linear algebra
library or a program that includes one (e.g. Mathematica).

Or is there any better solution instead of arrays?

Tell us the problem, not the solution.

--
Dr Jon D Harrop, Flying Frog Consultancy
Objective CAML for Scientists
http://www.ffconsultancy.com/products/ocaml_for_scientists
.



Relevant Pages

  • Python 2nd favorite language in Linux Journal poll
    ... favorite programming language. ... In the 2005 poll, Python is 2nd, its ... three is Perl, while PHP slips to fourth place, closely followed by ... The voting was close this year, too; only 59 votes separated C ...
    (comp.lang.python)
  • Re: cgi_bin
    ... But he does not have a question about the Perl programming language, ... And neither is it about Perl. ... If I had asked on a newsgroup about web server configuration, I think I would have been less likely to get a helpful answer than I was here. ... actually caused by some regulars' disinterest in CGI and in giving those ...
    (comp.lang.perl.misc)
  • Re: The Problem with Perl
    ... Perl can't be parsed as a context-free grammar? ... usability of the programming language. ... Perl also has the concept of context pertaining to ...
    (comp.lang.perl.misc)
  • Re: Whats the deal with C99?
    ... programming language it seemed to be a few decades ago, ... Occasionally I have to knock up little Perl scripts. ... experience who can't get his tool to sort files by suffix. ...
    (comp.lang.c)
  • Re: Perl is a poorly understood language ?
    ... programming language but, rather, a DSL for string munging. ... Perl is designed for writing disposable code. ... It has features you may recognize ...
    (comp.programming)