aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesondata.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-10-27 11:19:39 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-11-01 12:24:25 -0700
commit86df7dd6273498e3256f4944b6b584636ae6ffb5 (patch)
tree9daf44d6431d401fff1e800a25cbf7afcceb8faa /mesonbuild/mesondata.py
parent83facb39593fbfa4d9cd68e86f5f56f86f1fe1eb (diff)
downloadmeson-86df7dd6273498e3256f4944b6b584636ae6ffb5.zip
meson-86df7dd6273498e3256f4944b6b584636ae6ffb5.tar.gz
meson-86df7dd6273498e3256f4944b6b584636ae6ffb5.tar.bz2
modules/gnome: don't use dict.keys() to test membership
This is slower than looking in the dictionary, as the dict lookup is O(log n), while keys() is O(n).
Diffstat (limited to 'mesonbuild/mesondata.py')
0 files changed, 0 insertions, 0 deletions