Mario Rugiero
Mario Rugiero
I'll fix the benchmark when I have time. While it's true the label could be more informative, note it actually applies to the last element, too, so it would be...
Right. I didn't realize the types would change. Thanks! El dom., 24 feb. 2019 15:11, Ashwin Maroli escribió: > note it actually applies to the last element > > @Oppen...
However, I run a simpler test: ["alpha"].first(1) And the result was ["alpha"], so it actually is a matter of whether you pass a parameter or not, not about the number...
For this kind of process I think it would make more sense to use asynchronous programming rather than threads.
It does support tail-call recursion, but not necessarily tail-call optimization. I should check the source code.
Is this considered done with the update to `run_benchmarks.sh` or do we also want to add this to the pipelines?
A quick test shows that if we could guarantee the field invariant holds between operations just removing the call to `.div_floor` after additions in `.add_int_mod` (it would, internally to the...
Hi @PartyLich. Just a heads up that it may take us some time to review this PR. Re: benchmark output: you're 100% right. We're planning on reworking a bit how...
I'll try to see into this today.
Applied via a different PR.