Skip to content

libcollections: TrieMap is not a general Trie #14902

Closed
@reem

Description

@reem

TrieMap ought to be called RadixMap, PatriciaTree, or something other than TrieMap, considering that it only works with uint keys.

Ideally, TrieMap would work for any valuable that is a RandomAccessIterator<T: Eq>, or something similar, which would make it much more useful/general.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions