We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://oyvindberg.github.io/typo/blog/the-cost-of-implicits/#avoiding-anonymous-classes
For example, we can try replacing various new Read (..) {} in https://github.com/tpolecat/doobie/blob/c6a8a10f0f20f884a33d78eed9c215432fff50e8/modules/core/src/main/scala/doobie/util/read.scala#L90
new Read (..) {}
Will be cool to verify the impact too. Here's his benchmark code
https://github.com/oyvindberg/typo/blob/53539fa8205327828958748dbd00b78e13bf6813/typo-scripts/src/scala/scripts/CompileBenchmark.scala
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://oyvindberg.github.io/typo/blog/the-cost-of-implicits/#avoiding-anonymous-classes
For example, we can try replacing various
new Read (..) {}
in https://github.com/tpolecat/doobie/blob/c6a8a10f0f20f884a33d78eed9c215432fff50e8/modules/core/src/main/scala/doobie/util/read.scala#L90Will be cool to verify the impact too. Here's his benchmark code
https://github.com/oyvindberg/typo/blob/53539fa8205327828958748dbd00b78e13bf6813/typo-scripts/src/scala/scripts/CompileBenchmark.scala
The text was updated successfully, but these errors were encountered: