Closed szarnyasg closed 1 year ago
Make validation code multi-threaded - or reimplement it in C++/Julia: https://github.com/ldbc/ldbc_graphalytics/tree/master/graphalytics-core/src/main/java/science/atlarge/graphalytics/validation
Update (August 2022): Using DuckDB through JDBC could be an alternative solution. This gives us a fast relational engine without having to move the entire framework to another language.
Example SQL scripts for cross-validation: https://github.com/ldbc/ldbc_graphalytics/tree/output-validation-using-matching-in-sql/matching
Make validation code multi-threaded - or reimplement it in C++/Julia: https://github.com/ldbc/ldbc_graphalytics/tree/master/graphalytics-core/src/main/java/science/atlarge/graphalytics/validation
Update (August 2022): Using DuckDB through JDBC could be an alternative solution. This gives us a fast relational engine without having to move the entire framework to another language.