https://github.com/mattrltrent/computing_convergence_method
⚡️ A hyper-efficient implementation for log2(x) calculations on a Raspberry Pi 4 B 8GB with a Broadcom BCM2711 SoC (1.8 GHz 64-bit quad-core ARM Cortex-A72, 1 MB L2 cache). Achieved 43% improvement across 5 key metrics: page faults, branch misses, ASM length, cycles, and instructions.
https://github.com/mattrltrent/computing_convergence_method
arm64 c ccm computing-convergence-method gcc optimization raspberry-pi transcendental-equations
Last synced: 2 months ago
JSON representation
⚡️ A hyper-efficient implementation for log2(x) calculations on a Raspberry Pi 4 B 8GB with a Broadcom BCM2711 SoC (1.8 GHz 64-bit quad-core ARM Cortex-A72, 1 MB L2 cache). Achieved 43% improvement across 5 key metrics: page faults, branch misses, ASM length, cycles, and instructions.
- Host: GitHub
- URL: https://github.com/mattrltrent/computing_convergence_method
- Owner: mattrltrent
- Created: 2024-07-15T18:43:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T05:10:30.000Z (over 1 year ago)
- Last Synced: 2025-06-10T07:48:47.589Z (about 1 year ago)
- Topics: arm64, c, ccm, computing-convergence-method, gcc, optimization, raspberry-pi, transcendental-equations
- Language: Assembly
- Homepage: https://matthewtrent.me/articles/ccm
- Size: 475 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimizing The Computing Convergence Method 🚀
- Lots of this project's files are generated, or are not meant to be "final" since they were tweaked/overwritten often.
- Please view the [report](https://matthewtrent.me/articles/ccm) for an in-depth look at what this repository accomplishes.