Closed
Description
- Initial implementation — Faster compilation of inductive implicits. scala#5649
-
Integration with byname implicits — in progress -
Document algorithm -
Improve compile time performance where heuristic inapplicable
From the initial PR,
This PR provides much faster (35 x in the provided benchmark case) compilation of the kind of inductive implicit resolution that is found in shapeless and its uses for type class derivation in libraries such as Circe, Doobie and Scodec.