This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix performance issue (generation of Pickler[Any])
* When generating (un)picklers, most of the time we look for the pickler of `Any`. By exposing the pickler of `Any`, we don't manually create one pickler/unpickler every time it's needed. This speeds up the compilation time almost by a factor of 2.
- Loading branch information