rust-bpf / rust-bcc

user-friendly rust bindings for the bpf compiler collection
MIT License
475 stars 54 forks source link

Run BCC's build in parallel #135

Closed javierhonduco closed 4 years ago

javierhonduco commented 4 years ago

Noticed that we only use one thread while building BCC. Let's see if the speed-up is noticeable

javierhonduco commented 4 years ago

I wonder if we could autodetect the right parallelism.

Maybe we could use nproc --all?