jilljenn/tryalgo

Benchmark union of rectangles

jilljenn opened this issue · 1 comments

On the blog someone found out that implementations may not be as fast as expected; the code should be profiled.
(According to Christoph, it was due to the testcases.)

Maybe we can profile the code with https://jiffyclub.github.io/snakeviz/ to check where is the bottleneck.