in reply to
Re: Re: Code efficiency / algorithm
in thread
Code efficiency / algorithm
Great idea,
dws
. One modification, though. Since the date information is sparse, a hash of the distinct dates (or date offsets) would be better than an array.
Comment on
Re^3: Code efficiency / algorithm
In Section
Seekers of Perl Wisdom