#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: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:

Merge pull request #569 from tahoe-lafs/2995.remove-unnecessary-key-copying

Remove unnecessary dictionary key copying

Fixes: ticket:2995

Note: See TracTickets for help on using tickets.