Skip to content

Latest commit

 

History

History
 
 

hyper_threading

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Hyper-Threading Benchmarks for Cairo-VM

Overview

This crate is designed to benchmark the performance of Cairo-VM in a hyper-threaded environment. By leveraging the Rayon library, we can transform sequential computations into parallel ones, maximizing the utilization of available CPU cores.

Running Benchmarks

To execute the benchmarks, navigate to the project's root directory and run the following command:

make hyper-threading-benchmarks