David Bishai

Results 3 issues of David Bishai

Closes https://github.com/frol/completely-unscientific-benchmarks/issues/79 Shout out to the folks on ElixirForum for helping me find a [bug](https://elixirforum.com/t/help-in-optimizing-elixir-benchmark-for-completely-unscientific-benchmarks/30199/8?u=dbishai)

### Environment * Elixir version (elixir -v): 1.8.2 * Arc version (mix deps): 0.11 * Arc dependencies when applicable (mix deps): * Operating system: Ubuntu 18.04 ### Expected behavior Attachment...

I am using decorated functions within the DEAP framework to limit the tree size and it seems SCOOP does not support pickling decorated functions. ```python @apply_decorator def mutUniform(*args, **kwargs): return...