# Performance Report: 10 Decimals ## Test Environment **Hardware:** - **Model:** MacBook Neo (Mac17,5) - **Processor:** Apple A18 Pro (6 cores: 2 performance + 4 efficiency) - **Memory:** 8 GB RAM - **Operating System:** macOS (Darwin) ## Performance Charts **Compiled Languages:** ```mermaid xychart-beta title "Compiled Languages - Time (ms) at 10 decimals" x-axis ["Assembly", "C", "C++", "Rust", "Go", "Nim", "Odin", "Fortran", "Swift", "Crystal"] y-axis "Time (ms)" 0 --> 40 bar [9, 9, 9, 9, 9, 9, 9, 21, 29, 29] ``` **JIT-Compiled Languages:** ```mermaid xychart-beta title "JIT-Compiled Languages - Time (ms) at 10 decimals" x-axis ["Java", "C#", "Kotlin", "Julia"] y-axis "Time (ms)" 0 --> 310 bar [58, 58, 83, 302] ``` **Interpreted Languages:** ```mermaid xychart-beta title "Interpreted Languages - Time (ms) at 10 decimals" x-axis ["Python", "Perl", "PHP", "Ruby", "JavaScript"] y-axis "Time (ms)" 0 --> 90 bar [57, 54, 78, 79, 83] ``` --- *Generated from Pi Calculation Benchmark - 10 decimals precision*