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

changed storing list of strings to list of tuples of strings #24

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

alvaradoo
Copy link
Member

The storage for properties used to be as a string delimited by a colon as such: "property_name : property_value" this was updated in Chapel to be a tuple instead as such: (property_name:string, property_value:string) this way we can extract property_name and property_value without first splitting the string.

Further, in Utils.chpl we updated the print_graph_serverside() function to handle the new updated data structure for node and edge properties.

@alvaradoo alvaradoo merged commit 46631d1 into main Apr 25, 2023
@alvaradoo alvaradoo deleted the string-to-tuple branch April 25, 2023 15:18
mdindoost pushed a commit that referenced this pull request Jul 20, 2024
changed storing list of strings to list of tuples of strings
mdindoost pushed a commit that referenced this pull request Dec 3, 2024
changed storing list of strings to list of tuples of strings
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