cca-io / rescript-mui

ReScript bindings for MUI
MIT License
254 stars 52 forks source link

Zero cost #155

Closed cknitt closed 2 years ago

cknitt commented 3 years ago

Make sure the bindings are zero cost as far as possible.

(Mostly they already are now, but there are some special cases remaining with mixed enums as far as I recall.)

fhammerschmidt commented 2 years ago

I think we can close this? More zero-cost than now probably requires some changes in the rescript compiler.

cknitt commented 2 years ago

Agreed, I think for now we have done what we could.