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

cleanup remset logic a bit #55021

Merged
merged 1 commit into from
Jul 6, 2024
Merged

cleanup remset logic a bit #55021

merged 1 commit into from
Jul 6, 2024

Conversation

d-netto
Copy link
Member

@d-netto d-netto commented Jul 4, 2024

I think that keeping a single remset (instead of two and keep alternating between them) should be a bit easier to understand and possibly even a bit faster (since we will be accessing the remset only once), though that should be a very small difference.

@d-netto d-netto added the GC Garbage collector label Jul 4, 2024
@d-netto d-netto requested a review from gbaraldi July 4, 2024 02:49
@d-netto d-netto force-pushed the dcn-cleanup-remset-logic branch 7 times, most recently from 6d48ad2 to 216fa17 Compare July 5, 2024 01:05
@d-netto d-netto merged commit e318166 into master Jul 6, 2024
7 checks passed
@d-netto d-netto deleted the dcn-cleanup-remset-logic branch July 6, 2024 01:30
d-netto added a commit to RelationalAI/julia that referenced this pull request Jul 8, 2024
I think that keeping a single `remset` (instead of two and keep
alternating between them) should be a bit easier to understand and
possibly even a bit faster (since we will be accessing the `remset` only
once), though that should be a very small difference.
d-netto added a commit to RelationalAI/julia that referenced this pull request Jul 11, 2024
I think that keeping a single `remset` (instead of two and keep
alternating between them) should be a bit easier to understand and
possibly even a bit faster (since we will be accessing the `remset` only
once), though that should be a very small difference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GC Garbage collector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant