forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filter chain: prefer vector over list for filter chain (envoyproxy#37665
) Commit Message: filter chain: prefer vector over list for filter chain Additional Description: Use vector to store the filter chain rather than list. Note, we never require to insert/remove element in the intermediate node of filter chain container. In this scenario, vector is much more memory-friend than list. Risk Level: mid. Testing: n/a. Docs Changes: n/a. Release Notes: n/a. Platform Specific Features: n/a. --------- Signed-off-by: wangbaiping(wbpcode) <[email protected]>
- Loading branch information
Showing
2 changed files
with
101 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.