An efficient implementation of the Lehmer GCD algorithm for computing the greatest common divisor of large integers in Elixir.
A high-performance implementation of the greatest common divisor (GCD) algorithm that combines binary GCD with Lehmer's algorithm for opt...