in reply to Re: Hash Multiple values for a key-Filtering unique values for a key in hash
in thread Hash Multiple values for a key-Filtering unique values for a key in hash
Can i delete this for one key only
Of course. Simply amend your algorithm to maintain a separate list (which could be a hash for easy/fast lookups) of deleted values. Never delete a value which is already in that list.
|
|---|