-
- Downloads
Optimized has_index for mappings and multiset
It is now way faster for mappings (in testing about 2x) and somewhat faster for multisets. Since our developers have a tendency to write if(has_index(map,key)) instead of if(mapping[key]) this can be a noticeable gain.
Loading
Please register or sign in to comment