Files
Myeongseon Choi 2e32f26884 Add initial project structure with performance benchmarking setup
- Created a new Rust project named `prime-rs` with essential files including `Cargo.toml` and `Cargo.lock`.
- Added `.gitignore` to exclude target directory.
- Implemented performance benchmarking using Criterion with a dedicated benchmark file.
- Established CI workflows for testing, formatting, and performance regression checks.
- Introduced scripts for normalizing benchmark results and ingesting them into PostgreSQL.
- Documented performance data flow and Grafana integration in `docs/perf_grafana.md`.
- Defined core mathematical functions and error handling in the library structure.
- Set up pre-commit and pre-push hooks for code quality checks.
- Included initial tests for public API contract and algorithm consistency.
2026-03-15 01:12:23 +09:00
..