Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re^6: Unique array w/o repeated elements and still keep the original order!

by demerphq (Chancellor)
on Aug 09, 2002 at 21:28 UTC ( [id://189060]=note: print w/replies, xml ) Need Help??


in reply to Re^6: Unique array w/o repeated elements and still keep the original order!
in thread Unique array w/o repeated elements and still keep the original order!

Heh, its to avoid the code you posted (and the implicit overhead of going through the list twice) that makes me use map{} instead.

I assume you somehow tried to change the value of constants or something like that?

BTW, i know the above could be represented as premature optimization, but the idea of iterating over a list twice for no good reason makes me unhappy.

:-)

Yves / DeMerphq
---
Software Engineering is Programming when you can't. -- E. W. Dijkstra (RIP)

  • Comment on Re: Re^6: Unique array w/o repeated elements and still keep the original order!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://189060]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found