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

Isolate two execution modes in main function #50

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

vepadulano
Copy link
Member

Split the two main modes of execution (MT vs distributed) in two respective functions that can be called from main depending on the argument passed by the user on the command line. This removes the need to distinguish between the right functions of the RDF API to call depending on the execution mode. From this point we can work better towards the full unification of the API.

Split the two main modes of execution (MT vs distributed) in two respective functions that can be called from main depending on the argument passed by the user on the command line. This removes the need to distinguish between the right functions of the RDF API to call depending on the execution mode. From this point we can work better towards the full unification of the API.
@vepadulano vepadulano requested a review from martamaja10 July 25, 2024 14:00
Copy link
Contributor

@martamaja10 martamaja10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks much cleaner and easier to run indeed, thank you!

@vepadulano vepadulano merged commit d820cb4 into root-project:main Jul 26, 2024
1 check failed
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.

2 participants