Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

[DPM Optimization] Change List to HashSet in MulticastGoalStateV2 #716

Open
xieus opened this issue Dec 11, 2021 · 0 comments
Open

[DPM Optimization] Change List to HashSet in MulticastGoalStateV2 #716

xieus opened this issue Dec 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@xieus
Copy link
Contributor

xieus commented Dec 11, 2021

PR #713 changes List to HashSet for efficiency consideration (avoid duplication etc.)

We would like to apply similar changes to other Lists in
https://github.com/futurewei-cloud/alcor/pull/713DPM/src/main/java/com/futurewei/alcor/dataplane/entity/MulticastGoalStateV2.java.
For example,
private List<String> vpcIds; private List<String> topics; private List<String> subTopics;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants