Skip to content

add_nfactor#25

Open
hvds wants to merge 2 commits intodanaj:masterfrom
hvds:factor_exp
Open

add_nfactor#25
hvds wants to merge 2 commits intodanaj:masterfrom
hvds:factor_exp

Conversation

@hvds
Copy link
Copy Markdown

@hvds hvds commented Sep 13, 2021

Hi Dana, not sure if you would want this change, it modifies add_factor to take a count.

I'd expect it to give a slight improvement for random numbers, but nothing huge. I think it also reduces complexity slightly, since there are several points in the code where you have to ADD_FACTOR iteratively.

@danaj
Copy link
Copy Markdown
Owner

danaj commented Sep 18, 2021

I intentionally left the poly data out of the MANIFEST, as it would double the size of the distribution. I would like to see the class polynomials compressed or better yet efficiently generated, but I don't see that happening soon.

I like the change to add_factor.

@hvds
Copy link
Copy Markdown
Author

hvds commented Sep 18, 2021

I intentionally left the poly data out of the MANIFEST, as it would double the size of the distribution. I would like to see the class polynomials compressed or better yet efficiently generated, but I don't see that happening soon.

Ok, I added it only because I saw a complaint during make distclean.

I like the change to add_factor.

Cool, let me know if you'd like me to repush without the MANIFEST change.

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

Successfully merging this pull request may close these issues.

2 participants