diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2021-10-27 11:19:39 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-11-01 12:24:25 -0700 |
| commit | 86df7dd6273498e3256f4944b6b584636ae6ffb5 (patch) | |
| tree | 9daf44d6431d401fff1e800a25cbf7afcceb8faa /packaging/createpkg.py | |
| parent | 83facb39593fbfa4d9cd68e86f5f56f86f1fe1eb (diff) | |
| download | meson-86df7dd6273498e3256f4944b6b584636ae6ffb5.tar.gz | |
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 'packaging/createpkg.py')
0 files changed, 0 insertions, 0 deletions
