An open API service indexing awesome lists of open source software.

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.

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.