envoyproxy/envoy

Audit absl::flat_hash_map usage

Open

#7,162 opened on Jun 4, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
help wantedtech debt

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Description: https://github.com/envoyproxy/envoy/pull/7146#issuecomment-498506399

We should audit all flat_hash_map usage and see if this could occur in other places, this is not easy to catch in our CI tests. Not sure whether absl provides a good way to test things like this.

Contributor guide