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

Call direct trafos automatically for smaller sizes. #36

Open
jenskeiner opened this issue Jun 21, 2017 · 1 comment
Open

Call direct trafos automatically for smaller sizes. #36

jenskeiner opened this issue Jun 21, 2017 · 1 comment
Milestone

Comments

@jenskeiner
Copy link
Contributor

jenskeiner commented Jun 21, 2017

The library provides (asymptotically) slow direct transforms as well as (asymptotically) faster transforms. The slower transforms may actually be more efficient for smaller problem sizes.

The direct transforms should be invoked automatically instead of the faster ones when the problem size is below a certain threshold; see #34.

@jenskeiner jenskeiner added this to the 3.4.0 milestone Aug 16, 2017
@tvolkmer
Copy link
Contributor

The problem of segfaults / buffer overruns was treated in #34. Since this is just a speed issue here, this may be solved in 4.0 or later.

@tvolkmer tvolkmer modified the milestones: 4.0.0, 3.4.0 Aug 21, 2017
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

2 participants