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

Is it possible to use specializer to optimize BigInteger operations? #224

Open
PanagiotisDrakatos opened this issue Jul 26, 2022 · 1 comment

Comments

@PanagiotisDrakatos
Copy link

I know that your example with activej specializers optimizes operators and primitives but i am wondering is any way to improve BigInteger performance operations with specializer. Do you have any idea?

@eduard-vasinskyi
Copy link
Contributor

Hi, @PanagiotisDrakatos.

ActiveJ Specializer is designed to simplify/optimize complex tree-like structures (e.g. operator chains or chains of data accessors). It is not suitable for optimizing BigInteger operations because, AFAIK, BigInteger does not contain such structures that can be optimized.

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

No branches or pull requests

2 participants