[Merge] ~cjwatson/ubuntu-dev-tools:optimize-collection-handling into ubuntu-dev-tools:main
Colin Watson
mp+492543 at code.launchpad.net
Mon Sep 15 10:30:30 UTC 2025
Colin Watson has proposed merging ~cjwatson/ubuntu-dev-tools:optimize-collection-handling into ubuntu-dev-tools:main.
Commit message:
Optimize Launchpad collection handling
Requested reviews:
Ubuntu Development Team (ubuntu-dev)
For more details, see:
https://code.launchpad.net/~cjwatson/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/492543
Various methods in `ubuntutools.lp.lpapicache` iterated over collections
in a pessimal way: they fetched the collection and then fetched each
individual entry in it, when the same information was already available
in the collection response. Use more idiomatic launchpadlib code for
this instead, which is also much faster.
--
Your team Ubuntu Development Team is requested to review the proposed merge of ~cjwatson/ubuntu-dev-tools:optimize-collection-handling into ubuntu-dev-tools:main.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: review-diff.txt
Type: text/x-diff
Size: 2199 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-reviews/attachments/20250915/35de7504/attachment.diff>
More information about the Ubuntu-reviews
mailing list