Skip to main content

Fast Base64 encoding/decoding with SSE2 and VSX optimizations

Project description

Base64C

A faster base64 encoding/decoding library for Python, implemented in C with SSSE3 and VSX optimizations.

Installation

pip install base64c

Usage

from base64c import b64encode, b64decode

print(b64encode(b"Hello, World!"))
print(b64decode(b64encode(b"Hello, World!")))

License

MIT

Performance

  • 3-24x faster than the stdlib base64 module.
  • Performance increases with input size.
  • Tested across different types and sizes of inputs.

Table Chart

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

base64c-0.0.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

base64c-0.0.2-cp310-cp310-manylinux_2_35_x86_64.whl (15.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.35+ x86-64

File details

Details for the file base64c-0.0.2.tar.gz.

File metadata

  • Download URL: base64c-0.0.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/5.15.0-122-generic

File hashes

Hashes for base64c-0.0.2.tar.gz
Algorithm Hash digest
SHA256 2e0c198a1309d8d1ef77f1faaf055d4415ba5d6b495378f1285f6d9c3beb2bb8
MD5 0fa4c061225fe0ff7aa1dac37c07442d
BLAKE2b-256 f314adb7c93c61369bf7e57a51a63f7b8d2654f802d2b2f6038c3e126707c120

See more details on using hashes here.

File details

Details for the file base64c-0.0.2-cp310-cp310-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for base64c-0.0.2-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 f9c5dccef356245808e18fe041abe15b82188bb9b4f320b09717e9ddb35c99e5
MD5 51504ceb4b9f3b0b028e9fba6838f462
BLAKE2b-256 5a2fba83a418b8089be240e0731c87e1530fb61a2413d4c2803d22653e0f6e1f

See more details on using hashes here.

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