"lib/modules/git@git.lysator.liu.se:pikelang/pike.git" did not exist on "9c553a6cf66d9f999f0c5bdb703bdc0cff1018a0"
-
Per Hedbor authored
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.
Per Hedbor authoredIt 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.