Skip to content

Commit 0ca8996

Browse files
authored
Add a reference on Mateusz Kubuszok's talk at Art of Scala 2024
1 parent 91bb9cd commit 0ca8996

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,11 @@ play-json, and circe in 3 modes: auto, semi-auto, and derivation.
822822
For Scala 3 use the [scala3-compile-tests](https://github.com/pme123/scala3-compile-tests) project to compare
823823
compilation time of jsoniter-scala for Scala 3 enumerations (sum types) with circe in semi-auto mode.
824824

825+
Please, also, see [an amazing talk from Mateusz Kubuszok](https://www.youtube.com/watch?v=scWvlO_fb78),
826+
co-author of [Chimney](https://github.com/scalalandio/chimney), about of different approaches in type class derivation
827+
and how some secret trick from jsoniter-scala can greatly speed up the most sanely way of auto-derivation that you
828+
would like to re-use for derivation of your type-classes too.
829+
825830
### Publish locally
826831

827832
Use publishing of SNAPSHOT versions to your local artifact repositories for testing with other libraries or applications.

0 commit comments

Comments
 (0)