Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/czaki/cpu_operation_performance


https://github.com/czaki/cpu_operation_performance

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CPU operation performance

This is a simple benchmark to compare the performance of different CPU operations. The operations are:

1. Addition
2. Subtraction
3. Multiplication
4. Division
5. Square root

Code is based on https://lemire.me/blog/2023/03/21/counting-cycles-and-instructions-on-arm-based-apple-systems/