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

refactor(df-repr): rm unionfind dependency #228

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Nov 8, 2024

The current union find is our fork with unsafe impl Send + Sync on a Rc stored inside the union find, which obviously doesn't seem safe, so I rewrote it. The union find we implemented in theory is serializable by deriving Serialize.

@skyzh skyzh enabled auto-merge (squash) November 8, 2024 03:05
@skyzh skyzh disabled auto-merge November 8, 2024 03:15
@skyzh skyzh merged commit 4f84645 into main Nov 8, 2024
1 check passed
@skyzh skyzh deleted the skyzh/rm-valuebag-2 branch November 8, 2024 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant