memgraph / mage

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Apache License 2.0
255 stars 26 forks source link

[main < T222] Rewrite the do module in C++ #222

Closed Josipmrden closed 1 year ago

Josipmrden commented 1 year ago

Description

This pull request concerns rewriting the do module and its corresponding methods (do.case and do.when) in C++ for increase of performance

Pull request type

######################################

Reviewer checklist (the reviewer checks this part)

Module/Algorithm

######################################

vpavicic commented 1 year ago

@Josipmrden release note pliz

vpavicic commented 1 year ago

@Josipmrden ok?

The conditional_execution module which allows the execution of different queries depending on certain conditions being met, has been rewritten from Python to C++ to improve performance.