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

The subset relation contains regions subsets of themselves #62

Open
lqd opened this issue May 29, 2018 · 0 comments
Open

The subset relation contains regions subsets of themselves #62

lqd opened this issue May 29, 2018 · 0 comments

Comments

@lqd
Copy link
Member

lqd commented May 29, 2018

We might need to investigate the symmetric subset tuples produced, if we can remove them, and if this has performance implications: in the clap benchmark, we can see 480K regions subsets of themselves.

To see these tuples, we can get debug output like the following (for example, right before filling the output tuples in -v / dump_enabled mode):

println!("subset ({}) symmetries: {:?}", subset.len(), subset.iter().filter(|&(r1, r2, _)| r1 == r2).count());

Outputting these results over the clap dataset:

  1. subset (7531526) symmetries: 794833 for the Naive variant
  2. subset (2714121) symmetries: 481294 for the DatafrogOpt variant
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