Opened at 2019-03-11T15:55:17Z
Closed at 2019-03-19T17:57:30Z
#2995 closed defect (fixed)
Stop copying dictionary keys so frequently in the magic-folder frontend
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.12.1 |
Keywords: | review-needed | Cc: | |
Launchpad Bug: |
Description
Several areas in the magic-folder frontend implementation make unnecessary copies of the keys of a dictionary (to iterate over them).
The copy is not free and because it is unnecessary this makes it wasteful. Get rid of the copying.
Change History (2)
comment:1 Changed at 2019-03-11T16:38:53Z by exarkun
- Keywords review-needed added
comment:2 Changed at 2019-03-19T17:57:30Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In c99fb61/trunk:
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/569