Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace map[string]bool with map[string]struct{} to reduce memory footprint
- Loading branch information
Replace map[string]bool with map[string]struct{} to reduce memory footprint