Skip to main content

Pure Python implementation of DJB's Batch GCD algorithm

Project description

Batch GCD

Overview

A pure Python implementation of DJB's Batch GCD algorithm.

Installation

Install with make install (standard) or make install_dev (editable). Or, download and install with pip by pointing it at this repository.

Usage

This is a library and cannot be invoked directly.

Test with make test.

The batch_gcd module exposes a batch_gcd function which takes integers and returns a list of their GCDs at the corresponding index.

This calculation involves two intermediate steps: creating a product tree and creating a remainder tree. These functions are also exposed, as products and remainders. products take integers and returns a product tree, remainders takes an integer and a product tree.

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

batch_gcd-0.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

batch_gcd-0.0.2-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page