This repository was archived by the owner on Feb 20, 2019. It is now read-only.
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Improve performance of implicit search #422
Open
Description
These are the times we are looking for an implicit of type T
in the implicit search for our test suite (which, btw, is huge):
Type | Times |
---|---|
Any | 1420 |
String | 1456 |
Int | 1677 |
Ref | 2338 |
These stats lay the ground for the upcoming improvement in the implicit search that hopefully will address the performance issues that we face right now, especially large compilation times. I think that there's room for improvement and I'm working tirelessly on it.