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

Do SET operations as in-place edits #6

Open
helje5 opened this issue Apr 12, 2018 · 0 comments
Open

Do SET operations as in-place edits #6

helje5 opened this issue Apr 12, 2018 · 0 comments
Labels

Comments

@helje5
Copy link
Member

helje5 commented Apr 12, 2018

SET operations currently copy the set for every change. We need to use the same release trick we do for lists operations to avoid increasing the retain count of sets.

Easy change.

@helje5 helje5 added good first issue Good for newcomers performance labels Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant