Skip to main content

The official high-performance mapping function for mixed-type arrays powered by Work TIF Ltd.

Project description

PyPI version Architecture Processor x86_64 Architecture Processor ARM64 Architecture Processor ARM64 Apple Silicon License: BUSL-1.1

Overview

Purem is an advanced high-performance computational library optimized for vectorized mathematical operations. This project focuses on efficient execution of element-wise transformations, including softmax, exp, and other mathematical functions, leveraging highly optimized assembly code for modern architectures.

Key Features

Purem is a blazing-fast AI math engine that turns your Python formulas into native-speed vectorized execution. Achieve up to 429× faster performance on CPU/GPU/TPU – no rewrites, no dependencies, just speed. Designed for ML researchers, scientific computing, and production-grade workloads that can’t afford to wait.

🔧 Installation

Install the Python wrapper via pip:

pip install purem

📦 Note: Installation is quick, but purem must be initialized with a license before use. Setup takes less than a minute – we’re ready when you are: https://worktif.com/#start

🚀 Quickstart

  1. Import and Initialize:

    from purem import purem
    
    purem.configure(license_key='your-license-key')  # Auto-downloads and configures backend

🔐 License-Based Activation

The system will download the licensed native Purem engine:

  1. Call purem.configure(license_key='<your-license-key>')

  2. The system will download the native Purem engine

  3. All functions will become available instantly after initialization

Without a valid license key:

  • No native Purem engine will be downloaded

🧠 Available Functions

After initialization, you can call:

from purem import purem

# Transforms a list of numbers into a probability distribution.
# Each output value is between 0 and 1, and all outputs sum to 1.
# Commonly used in classification tasks to interpret scores as probabilities.
purem.softmax([...])
...

Full function list: https://worktif.com/docs/basic-usage

📦 Packaging Notes

This package does not bundle the native Purem engine. You are required to:

  • Use a license key to download it dynamically

🧪 Benchmark Tutorial

Visit the Benchmark Tutorial: https://worktif.com/#benchmarks

  • How Purem compares to NumPy, PyTorch and Numba

  • How it reaches low-level performance via native execution

  • Why it’s faster than traditional Python-based computation

📧 Distribution and Licensing

The native Purem engine is distributed exclusively through license-based activation. All users must:

  • Use their license key to install

For access, contact us or visit: https://worktif.com/documents/terms-of-service

📚 Full Example

# Import required modules
import numpy as np
from purem import purem

# Automatic setup using license key
try:
    purem.configure(license_key='<your-license-key>')
except Exception as e:
    print(f"Setup failed: {e}")

data = np.array([1.0, 2.0, 3.0], dtype=float)
output = purem.softmax(data)

print(output)

🧠 Why Purem?

  • 🔥 High level performance with zero Python overhead

  • 🧪 Built-in benchmarking and scientific accuracy

  • 🧩 Easy plug-and-play design

  • 🔐 Secure and license-aware system

🛠 Advanced Usage & API Docs

Coming soon…

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

purem-3.0.6.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

purem-3.0.6-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file purem-3.0.6.tar.gz.

File metadata

  • Download URL: purem-3.0.6.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.0

File hashes

Hashes for purem-3.0.6.tar.gz
Algorithm Hash digest
SHA256 d8f559a2575fee6c0d5209b1ee6e86681a0312c7a1c65f536554b311b6284de7
MD5 44a380e1d2e1a9aba8e5c0b475044a0d
BLAKE2b-256 78ef42afa0c3e91eb5604e87c55a3e8154e514aef0d674b67e6d8e082f627b23

See more details on using hashes here.

File details

Details for the file purem-3.0.6-py3-none-any.whl.

File metadata

  • Download URL: purem-3.0.6-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.0

File hashes

Hashes for purem-3.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 e9a7f1cb53b83cc253f22d22906d149b934bd42246fac6853145f12f26b44ef2
MD5 55b993bc59f8081596b5e4f949add5bb
BLAKE2b-256 0b011a478de033a094d5c80c47b2cc94c53cc905a5625a18f57f661fbb1f17b1

See more details on using hashes here.

Supported by

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