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 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-2.1.5.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

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

purem-2.1.5-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for purem-2.1.5.tar.gz
Algorithm Hash digest
SHA256 8d7d5d47837ea519c116372292c90a7a1ee302f7c2cbdee84f2f4a8a4648cab3
MD5 fd7660952ec343892d488e3fd7cf7165
BLAKE2b-256 97ce3491e877bebc87451a08fed798d0ae0e41f80764327e1c932258d6d05384

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for purem-2.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5111afa5bb4a5c9dc9371abfe92b3f50407013d094cad344b76ad142301297bc
MD5 9f3154224cbc4929cdb6a93d5f48baf0
BLAKE2b-256 4abb3da0636f25f3025dd00ba36c4fde774bb2b0165dfc307aa09056c3335738

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