The pieces that are mostly JVM only is the type cl...
# arrow
r
The pieces that are mostly JVM only is the type class resolution which we plan on getting rid of as soon as we find an encoding for type classes that does not require that. Once we ave that we will attempt making arrow cross platform.
👍 3
g
What is “the type class resolution”?
p
Runtime lookup of typeclasses using inline reified methods. We're moving to a mix of 'typeclassless' pattern and dagger 2 injection
but as it is right now it uses jvm reflection, which is limiting
g
Oh, I see