mirror of
https://github.com/uutils/num-prime.git
synced 2026-06-10 16:12:35 -07:00
770 B
770 B
Roadmap for v0.next
- Implement SIQS
- Euler totient
- support
primalas backend
Roadmap for v1
- Support modular integer in a unified API
- Stablize API, determine minimal verison for each dependency
- Support no_std
- Split the nt_funcs, factor and primality modules into sub files, and put the tables into the related files.
Undetermined
- Use NumAssign as trait bounds and see if there's prominent performance improvement
- Support
rugandibigas backend - Support
rug&primalorprimesieve-sysas PrimeBuffer backend - Support async and multi-thread
- Implement factorization for Gaussian integers (and other quadratic integers?)
Not in plan
- Support number field sieve factorization (this is efficient only for very larg numbers)