High-performance, JIT-compiled time-series and signal processing core.
Project description
SigFast
A high-performance time-series processing library built for Data Scientists and Physicists. Uses Numba JIT and C-level multithreading to bypass the Python GIL.
Why SigFast?
Pandas is great, but it runs on a single thread. When analyzing millions of data points (IoT sensors, high-frequency trading, astrophysics), Pandas becomes a bottleneck. SigFast distributes the math across all your CPU cores.
Benchmark (10 Million Data Points - Rolling Window):
- Pandas
.rolling().mean(): ~1.20 seconds - SigFast Engine: ~0.03 seconds (40x Faster)
Installation
pip install sigfast
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file triples_sigfast-0.3.1.tar.gz.
File metadata
- Download URL: triples_sigfast-0.3.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62cebb4405c38c7ae9f79d8147e4b3bfb827bc0ee53b23ba3bec76206c6fa8e7
|
|
| MD5 |
2dd9b2b658a3c34cb5b631bcea0db196
|
|
| BLAKE2b-256 |
8440eb41f983cbabe2e0d994ea8df06e0b5185a7a1ea42b559a81f33aa44c6a0
|
File details
Details for the file triples_sigfast-0.3.1-py3-none-any.whl.
File metadata
- Download URL: triples_sigfast-0.3.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1412d793a2ec81285eb9514fda1f68d7b26784c7877c7dc84a86d309379f3aef
|
|
| MD5 |
40660827f742dbd7d5fd44f9ce68d32e
|
|
| BLAKE2b-256 |
85343c0af7af939ed57e9f00174cdf341d9653bae2baccb63a72088b0f9bac07
|