-
Notifications
You must be signed in to change notification settings - Fork 1
[optimization] parallelize #6
Copy link
Copy link
Open
Description
During each single round of reasoning, the RDF store does not receive writes. Instead, new inferences are queued for addition. This structure should lend itself well to a multi threaded reasoner. Each rule can be processed by a separate thread. Once all rules are processed for a round, merge all resulting inferences together an insert them into the RDF store.
Maybe work can be split up more granularly than per-rule but perhaps not worth the complexity.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels