Skip to main content

Python 2 performance patches: decimal to cdecimal, json to ujson for psycopg2

Project description

decimal-monkeypatch

A Python module based on autowrapt for:

  • Interpreter-wide monkey patching slow decimal module to cdecimal on Python 2 with preservation of the functionality of the boto lib.
  • psycopg2 json to ujson replacement
  • Custom deepcopy for boto.dynamodb2.items. This patch can give huge performance benefits if you know expected data structure.
Usage

pip install decimal-monkeypatch

  • set AUTOWRAPT_BOOTSTRAP=decimal env variable for decimal patch activation
  • set AUTOWRAPT_BOOTSTRAP=psycopg2 env variable for psycopg2 patch activation
  • set AUTOWRAPT_BOOTSTRAP=dynamodb env variable for dynamodb patch activation
  • set AUTOWRAPT_BOOTSTRAP=decimal,psycopg2,dynamodb for all at once
Additional reading
WARNING

Tested on only this configuration:
Python 2.7.12+
boto 2.48.0
m3-cdecimal 2.3
psycopg2-binary 2.7.4
ujson 1.35

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

decimal-monkeypatch-0.4.2.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

decimal_monkeypatch-0.4.2-py2-none-any.whl (8.3 kB view hashes)

Uploaded Python 2

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