-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Ahmet Burak Biçer edited this page Jun 30, 2026
·
1 revision
We welcome contributions—bugs, tests, docs, benchmarks, and features that respect determinism restrictions.
Full guide in the repo: CONTRIBUTING.md
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt pytest
pytest -q -m "not slow"- Restrictions still hold (deterministic, no MR, no prime libs).
- Tests updated; fast suite green.
- No major performance regression (CI checks vs base).
- Docs updated if behaviour changes.
Open an issue before large designs if you’re unsure about the restrictions.
Best-Prime-Number-Function — deterministic primality (no stochastic MR) · Source · Wiki maintained from docs/wiki/ + this GitHub Wiki
Wiki
- Home
- Project restrictions
- Algorithm overview
- CI and automation
- Agent briefing
- Contributing
- Benchmarks
- Hall of fame
AI-designed project — review before production use.