BlocSoc-iitr / Beskar

A mutation testing suite written in Rust to analyse any foundry codebase
4 stars 4 forks source link

⚙️OPT: Implement Threads to improve performance #1

Open blueh4mster opened 6 days ago

blueh4mster commented 6 days ago

⚙️Optimization

Description: Currently, a small amount of contracts are supported and a lot of latency is incurred. Use rust threads to optimize the tool so that it supports larger number of files.

Objective: Perform relevant scalability checks and implement threads in the code base to improve performace.

Rishikpulhani commented 6 days ago

pls assign