Some small micro-optimizations
- was accidentally inserting elements into the map when we didn't need to - the maps are small so use a data structure optimized for that
Showing
Please register or sign in to comment
- was accidentally inserting elements into the map when we didn't need to - the maps are small so use a data structure optimized for that