Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Torrent::update() returns a bitset of changed properties #1334

Merged
merged 4 commits into from Jun 23, 2020

Conversation

ckerr
Copy link
Member

@ckerr ckerr commented Jun 23, 2020

Laying the groundwork for followup PRs, instead of doing expensive work every time a Torrent object has any change at all, we can be more fine-grained and do the work only if the relevant Torrent properties changed.

Setting up for followup PRs where, instead of doing expensive work every
time there is a change, we can be more fine-grained and do the work only
if the relevant Torrent properties changed.
@ckerr ckerr added the scope:qt label Jun 23, 2020
@ckerr ckerr merged commit f37253a into master Jun 23, 2020
@ckerr ckerr deleted the torrent-update-returns-change-bitfield branch June 23, 2020 21:11
@ckerr ckerr added the type:refactor A code change that neither fixes a bug nor adds a feature label Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:qt type:refactor A code change that neither fixes a bug nor adds a feature
Development

Successfully merging this pull request may close these issues.

None yet

1 participant