Development¶
BrahMap is under active development. This section will contain information for developers, including coding standards, contribution guidelines, and performance optimization details.
Performance Benchmarking¶
To ensure the high performance of BrahMap's numerical routines, we maintain a comprehensive benchmarking suite in the benchmarks/ directory.
- Tools: We use
pytest-benchmarkfor performance measurement. - Workflow: Benchmarks can be run locally or in parallel using MPI.
- Documentation: Detailed instructions on running benchmarks can be found in the benchmarks README.