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

Implement "copy" functionality for Graph and DiGraph #53

Open
DoganCK opened this issue Sep 25, 2023 · 0 comments
Open

Implement "copy" functionality for Graph and DiGraph #53

DoganCK opened this issue Sep 25, 2023 · 0 comments
Labels
Difficulty: Intermediate Hackathon projects with intermediate difficulty enhancement New feature or request FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available

Comments

@DoganCK
Copy link
Collaborator

DoganCK commented Sep 25, 2023

Description
Our ultimate goal is to leave the decision to use mutation or not to the user. Mutation makes sense for heavy duty operations that run on the cloud. But while developing and working with smaller graphs mutation gets in the way and can be unwieldy to use. The initial step for this is to have a deep copy functionality.

Pointers
https://learn.microsoft.com/en-us/dotnet/api/system.object.memberwiseclone?view=net-7.0

@DoganCK DoganCK added enhancement New feature or request Difficulty: Intermediate Hackathon projects with intermediate difficulty Status: Available FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon labels Sep 25, 2023
@DoganCK DoganCK added this to the Graphoscope Hackathon milestone Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Intermediate Hackathon projects with intermediate difficulty enhancement New feature or request FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available
Projects
Status: No status
Development

No branches or pull requests

1 participant