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

power implementation #46

Open
jonathf opened this issue May 5, 2020 · 0 comments
Open

power implementation #46

jonathf opened this issue May 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jonathf
Copy link
Owner

jonathf commented May 5, 2020

Current implementation is a little hacky: repeat multiplying against itself n
times. For-loop over n, if array.

  • Create a method that does not rely on repeated calling multiply, and instead
    allocates a single chunk of memory and fill inn results there.
  • Somehow avoid using element-by-element for-loop over exponents.
@jonathf jonathf added the enhancement New feature or request label May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant