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

Review of SCROLL #13

Open
fjouault opened this issue Jul 6, 2019 · 0 comments
Open

Review of SCROLL #13

fjouault opened this issue Jul 6, 2019 · 0 comments

Comments

@fjouault
Copy link

fjouault commented Jul 6, 2019

The SCROLL solution consists of 4 variants with different performance properties. In increasing order of performance, they are:

  • RSyncBDT, and RSyncBDT-unordered, roughly at the same level
  • RSyncBDD, and RSyncBDD-unordered, roughly at the same level

All solutions are faster than the provided ATL implementation.
However only small instances are transformed within the 10 min timeout.

On top of time and memory (which reports the number additional objects needed to perform the transformation), this approach also reports:

  • the number of leaves,
  • the number of subtrees,
  • the minimum, maximum and average depth of the BDT/BDD.

Currently the approach lacks a DSL, all transformations are written in Scala and thus are not easy to understand.
Adding examples of the different portions of code needed in the transformation would help understanding the code of the transformation.

The solution uses the provided benchmark structure.

PartialExecutionTimeResults
PartialExecutionTimeResults.pdf

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

No branches or pull requests

1 participant