in reply to Re (tilly) 1: Data to hash via map problem
in thread Data to hash via map problem
One-to-one or one-to-less-than-one mapping is still quite fast: as fast as using a grep (on which the map code was originally based).
What was improved was the less common but equally useful case of one-to-more-than-one (more outputs than inputs), and that speedup code is in 5.7.0 and soon will be in 5.6.1 (about a month, I'm hearing from P5P).
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re (tilly) 1: Data to hash via map problem
by tye (Sage) on Sep 06, 2000 at 19:23 UTC | |
by merlyn (Sage) on Sep 06, 2000 at 21:42 UTC | |
|
RE (tilly) 3: Data to hash via map problem
by tilly (Archbishop) on Sep 06, 2000 at 19:45 UTC |