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

N-chotomize is very slow #34

Closed
kckennylau opened this issue Aug 21, 2016 · 3 comments
Closed

N-chotomize is very slow #34

kckennylau opened this issue Aug 21, 2016 · 3 comments

Comments

@kckennylau
Copy link

No description provided.

@triska
Copy link
Contributor

triska commented Aug 21, 2016

Could you please include a sample query (or program) that should run faster? Thank you!

@JCumin
Copy link
Owner

JCumin commented Aug 22, 2016

@P@5 is pretty slow for example. The speed problem can be solved by moving the append call in the implementation of N-chotomize to the end of the rule. However it then causes extraneous buggy choice points that I need to look into more thoroughly.

@JCumin
Copy link
Owner

JCumin commented Aug 22, 2016

Fixed as of this commit (though the fix is pretty ugly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants