bs-p
Ultra-low latency AVX-512 Polymarket market-making kernel (Logit Jump-Diffusion + Avellaneda-Stoikov in logit space)
File Explorer
Download Latest Version (.zip)- ci.yml
- publish.yml
- DOCS.md
- DOCSru.md
- READMEru.md
- kernel.c
- kernel.h
- pm_simd_math.h
- addon.c
- binding.gyp
- bun.lock
- bunfig.toml
- index.js
- index.test.js
- package.json
- README.md
- analytics.c
- analytics.h
- kernel.c
- kernel.h
- pm_simd_math.h
- ring_buffer.c
- ring_buffer.h
- bench.rs
- analytics.rs
- lib.rs
- ring_buffer.rs
- build.rs
- Cargo.toml
- README.md
- kernel.c
- kernel.h
- pm_simd_math.h
- addon.c
- binding.gyp
- index.js
- index.test.js
- package-lock.json
- package.json
- README.md
- kernel.c
- kernel.h
- pm_simd_math.h
- __init__.py
- _core_module.c
- MANIFEST.in
- pyproject.toml
- README.md
- setup.py
- publish_update.sh
- plot_analytics.py
- .gitignore
- Cargo.lock
- Cargo.toml
- LICENSE
- README.md
# Installation Guide
git clone https://github.com/holypolyfoundation/bs-p
Downloads the entire project code from GitHub to your computer.
cd bs-p
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install bs-poly
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easynpm i holypolyfoundation-bs-p-npm
Type this command into your terminal and run it.
import { sigmoid, logit, calculateQuotesLogit } from "holypolyfoundation-bs-p-npm";
Type this command into your terminal and run it.
Pulled directly from this repo's README.
4. Python
Easypip install bs-poly
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
5. Rust
Medium- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo add polymarket-kernel
Type this command into your terminal and run it.
Pulled directly from this repo's README.
