rust/library/core
Chai T. Rex 7af8e218da Speed up checked_isqrt and isqrt methods
* Use a lookup table for 8-bit integers and the Karatsuba square root
  algorithm for larger integers.
* Include optimization hints that give the compiler the exact numeric
  range of results.
2024-08-28 23:07:04 -04:00
..
benches Improve isqrt tests and add benchmarks 2024-08-28 23:06:54 -04:00
src Speed up checked_isqrt and isqrt methods 2024-08-28 23:07:04 -04:00
tests Improve isqrt tests and add benchmarks 2024-08-28 23:06:54 -04:00
Cargo.toml Cleanup bootstrap check-cfg 2024-06-27 11:30:03 +02:00