Re: Handling a 450,000x450,000 array with Perl
- From: bugbear <bugbear@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Oct 2006 16:36:38 +0000
francescomoi@xxxxxxx wrote:
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.
Ah. OK.
Your question should really be "what data structure should
I use to..."
It's not really a perl question at all, it's
really an algorithm and data structure question.
BugBear
.
- Follow-Ups:
- Re: Handling a 450,000x450,000 array with Perl
- From: anno4000
- Re: Handling a 450,000x450,000 array with Perl
- From: Ted Zlatanov
- Re: Handling a 450,000x450,000 array with Perl
- References:
- Handling a 450,000x450,000 array with Perl
- From: francescomoi
- Re: Handling a 450,000x450,000 array with Perl
- From: Ingo Menger
- Re: Handling a 450,000x450,000 array with Perl
- From: francescomoi
- Handling a 450,000x450,000 array with Perl
- Prev by Date: Re: queston about appending a variable to a url
- Next by Date: Re: Windows services in PERL
- Previous by thread: Re: Handling a 450,000x450,000 array with Perl
- Next by thread: Re: Handling a 450,000x450,000 array with Perl
- Index(es):
Relevant Pages
|