Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: How to check if a variable's value is equal to a member of a list of values

by sundialsvc4 (Abbot)
on Mar 25, 2013 at 15:06 UTC ( [id://1025322]=note: print w/replies, xml ) Need Help??


in reply to How to check if a variable's value is equal to a member of a list of values

Most commonly, I stuff the values as hash-members with a do-nothing value of '1' for each entry, just as you suggested in the OP.   But I have also iterated through a list e.g. with the grep() function and don’t often see much difference ... because my applications are not starving for microseconds (like, e.g. the high-performance applications frequently written by BrowserUK in which this governs the whole design) and the entire list is of such a size that it all fits in real-memory anyhow.   You probably have the luxury of choice in this case, where your decision does not seem to be “forced” by this one consideration alone.

Probably, I would let my design be guided by what else you need to do with this list of numbers, and with the data that is associated with them.   Is it, literally, just a list of numbers, such that you only have to see if the number exists and such that, having done so, there is absolutely nothing else associated with that number?   Questions like that.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-24 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found