Re: 450,000x450,000 array: The best programming language to handle it
- From: Jon Harrop <jon@xxxxxxxxxxxxxxxxx>
- Date: Tue, 31 Oct 2006 13:06:44 +0000
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
.
- References:
- 450,000x450,000 array: The best programming language to handle it
- From: francescomoi
- 450,000x450,000 array: The best programming language to handle it
- Prev by Date: Re: finding primes
- Previous by thread: Re: 450,000x450,000 array: The best programming language to handle it
- Next by thread: generate a control flow graph for c programs
- Index(es):
Relevant Pages
|
|