Re: 450,000x450,000 array: The best programming language to handle it
- From: francescomoi@xxxxxxx
- Date: 30 Oct 2006 07:33:25 -0800
Hi.
Thank you very much for your quick answers. I try to handle data from a
450x450 meter surface.
I've got 100,000 elements distributed on this surface, and each
square millimeter can hold one or more elements. So the array to create
is a sparse one: most of square millimeters holds zero elements, and
the rest, 20 or less.
I'm trying to find the square meter with more elements inside.
Thank you very much.
On Oct 30, 3:14 pm, CBFalconer <cbfalco...@xxxxxxxxx> wrote:
francesco...@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 sparsearrays. 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/>
.
- Follow-Ups:
- Re: 450,000x450,000 array: The best programming language to handle it
- From: Malcolm
- Re: 450,000x450,000 array: The best programming language to handle it
- From: Pascal Bourguignon
- Re: 450,000x450,000 array: The best programming language to handle it
- From: Richard Heathfield
- Re: 450,000x450,000 array: The best programming language to handle it
- References:
- 450,000x450,000 array: The best programming language to handle it
- From: francescomoi
- Re: 450,000x450,000 array: The best programming language to handle it
- From: CBFalconer
- 450,000x450,000 array: The best programming language to handle it
- Prev by Date: Re: finding primes
- Next by Date: Re: 450,000x450,000 array: The best programming language to handle it
- Previous by thread: Re: 450,000x450,000 array: The best programming language to handle it
- Next by thread: Re: 450,000x450,000 array: The best programming language to handle it
- Index(es):
Relevant Pages
|
|