summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/ids
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a RelayIdSet and use it in place of HashSet<RelayId>.Nick Mathewson2022-08-101-0/+135
This makes lookups a little more efficient. I do with that HashSet just supported this use-case, but for now this seems our best option.