dowsing icon indicating copy to clipboard operation
dowsing copied to clipboard

Investigate performances of unification

Open Drup opened this issue 4 years ago • 0 comments

There are cases where we have to fall down to proper unification. In this cases, it would be nice if it was fast. Ideally, the stat function would have an option to give us a "hall of fame" of the slowest queries. There are cases where it's expected, but I think we should collect examples that are really out of line.

  • 'X * int -> 'X 'a * 'b * 'c * ('a -> 'd) * ('b -> 'e) * ('c -> 'f) -> ('d * 'e * 'f)

Drup avatar Apr 20 '21 13:04 Drup