jitify icon indicating copy to clipboard operation
jitify copied to clipboard

Cleanup use of `std::map` and `std::unordered_map`

Open maddyscientist opened this issue 5 years ago • 0 comments

Jitify is using both std::map and std::unordered_map with no real thought as to which is more suitable. This is a request to clean this up to use the most appropropriate map consistently, ideally based on benchmarked performance.

maddyscientist avatar Feb 11 '20 18:02 maddyscientist