frees-io / iota

Fast [co]product types with a clean syntax. For Cats & Scalaz.
Apache License 2.0
177 stars 22 forks source link

Optimised Prod construction #261

Closed fommil closed 6 years ago

fommil commented 6 years ago

I've been doing my testing work over in https://gitlab.com/fommil/scalaz-deriving/merge_requests/205 against a locally published snapshot.

I wanted to use source dependencies, but this repo is broken for that, and I don't know why. I got a java class version mismatch. I blame all your crazy plugins :wink:

Note that my ADT to/from iotaz Iso has also been optimised to use ProductSeq (which is faster than ArraySeq in that usecase) ... so case classes basically get a Prod for free :tada: