Skip to content
  • Kevin J. McCarthy's avatar
    Improve the label completion hash table usage. · 9ae62494
    Kevin J. McCarthy authored
    Move the hash table inside the Context.  Hook message arrival/deletion
    to update the label hash.
    
    Change the label hash to strdup keys.
    
    Use hash_find_elem when updating the counter, to reduce unnecessary
    add/delete operations.
    9ae62494