Re: Data.HashTable and duplicate keys
            
            
            
                28 Sep
                
                    2004
                
            
            
                28 Sep
                
                '04
                
            
            
            
        
    
                7:48 a.m.
            
        Einar wrote (snipped):
I recently noticed that Data.HashTable silently accepts duplicate keys and keeps all the values. This is very counterintuitive from the interface and makes updating a hashtable quite tedious (lookup + delete + insert).
Gosh, I'm glad *someone* told me of this bizarre behaviour. Why on earth hash tables should mimic association lists of all things is a mystery to me. (Should GHC also insert delay loops to simulate their poor performance?) Sigh, off I go to fix my code. Just as well I only use hash tables in one place.
        7707
        
      
          Age (days ago)
        
      
        7707
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
George Russell