Skip to main content

A fast UUID generator for Python using Rust

Project description

ruuid

A fast UUID generator for Python built using Rust. Its a simple wrapper on top of Rust's UUID library.

How to use?

Installation:

pip install ruuid

Usage:

import ruuid
ruuid.uuid4()

'7a1ef475-904c-4d53-8985-528d09d57414'

Performance

Tests ran on an M1 macbook air with 8 GB of RAM and Python 3.9

from ruuid import uuid4

%timeit uuid4()
348 ns ± 0.707 ns per loop (mean ± std. dev. of 7 runs, 1000000 loops each)

from uuid import uuid4

%timeit uuid4()
1.1 µs ± 2.91 ns per loop (mean ± std. dev. of 7 runs, 1000000 loops each)

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

ruuid-0.3.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distributions

ruuid-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (155.4 kB view hashes)

Uploaded CPython 3.9 macOS 11.0+ ARM64

ruuid-0.3.0-cp36-abi3-manylinux2010_x86_64.whl (167.4 kB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.12+ x86-64

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