Oleksii Sholik
Oleksii Sholik
There have been Elixir talks at Lambda Days every year for the last few years. Would you like a PR that adds them all or do you have a script...
An "autobench" would intelligently choose input sizes and measure code execution time (over some period of time) in attempt to provide enough visual clues of the algorithm's time complexity.
Provide a tool for generating HTML/SVG charts from bench snapshots. It should also be able to visualize difference between multiple snapshots (as a speedup or slowdown) and build a performance...
This topic needs some more research into the tooling available in Erlang/OTP. At the very least we should show the number of allocations and GC cycles performed during a test...