free_mutant/lib
Markus Schirp 75c6d73966 Use threads for parallelization
* The parallelization runner almost immediately calls a fork and gets
  blocked on waitpid() releasing the GIL.
* Threads have lower resource usage than processes
* There is a chance mutant will get faster on smaller machines and might
  scale better on bigger.
2014-09-24 16:24:22 +00:00
..
mutant Use threads for parallelization 2014-09-24 16:24:22 +00:00
mutant.rb Use threads for parallelization 2014-09-24 16:24:22 +00:00
parser_extensions.rb Monkeypatch warning in parser away 2014-04-22 17:01:18 +00:00