-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify map conditional compilation #158
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #158 +/- ##
==========================================
+ Coverage 89.53% 89.63% +0.09%
==========================================
Files 173 174 +1
Lines 31505 31507 +2
==========================================
+ Hits 28209 28240 +31
+ Misses 3296 3267 -29 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just 2 small nits that are really more for your information; no need to change.
Thank you for cleaning up this map code!
Co-authored-by: Stephane Raux <94983192+stefunctional@users.noreply.github.com>
No functional changes. The PR removes a bunch of conditional compilation flags related to deciding on the type of map that is used: HashMap, Vec or BTreeMap.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.