omarandlorraine / strop

Stochastically generates machine code
MIT License
95 stars 1 forks source link

No parallellism #2

Open omarandlorraine opened 3 years ago

omarandlorraine commented 3 years ago

The exhaustive search could be made faster by utilizing actually all the cores. Most computers these days have at least 4 cores, so there's opportunity for a 4x speedup right there.

omarandlorraine commented 11 months ago

I'm reopening this since we lost parallelism after the rewrite