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

Vectorize BigInteger's IBinaryInteger implementation #111234

Open
alrz opened this issue Jan 9, 2025 · 2 comments
Open

Vectorize BigInteger's IBinaryInteger implementation #111234

alrz opened this issue Jan 9, 2025 · 2 comments
Labels
area-System.Numerics tenet-performance Performance related issue untriaged New issue has not been triaged by the area owner

Comments

@alrz
Copy link
Member

alrz commented Jan 9, 2025

Most of these methods have a vectorized version in TensorPrimitives which could be used on _bits perhaps with some threshold on the size.

@alrz alrz added the tenet-performance Performance related issue label Jan 9, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jan 9, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

@huoyaoyuan
Copy link
Member

Currently S.R.Numerics is inbox, and thus can't take a dependency on S.N.Tensors.
The optimization of BigInteger is still in the backlog. There are also other potential tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Numerics tenet-performance Performance related issue untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants