fslaborg / fslaborg/Graphoscope
Implement "copy" functionality for Graph and DiGraph
Open
Difficulty: Intermediate
enhancement
FsLab Hackathon 2023
Status: Available
- Dominant language
- F#
- Stars
- 16
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
**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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.