in reply to RE: Re (tilly) 1: Data to hash via map problem
in thread Data to hash via map problem

And the map under discussion is a one-to-two map, so the big slow-down does apply here.

There are also plenty of cases where map leads to slower code, not because of map being slow but because of memory requirements or the need to create lots of small data structures.

map often leads to less error-prone code and that is a strong reason to use it.

        - tye (but my friends call me "Tye")

Replies are listed 'Best First'.
RE: RE: RE: Re (tilly) 1: Data to hash via map problem
by merlyn (Sage) on Sep 06, 2000 at 21:42 UTC