agrafix / superrecord

Haskell: Supercharged anonymous records
BSD 3-Clause "New" or "Revised" License
83 stars 16 forks source link

Experience with GHCJS #6

Closed 3noch closed 6 years ago

3noch commented 7 years ago

Since this uses lower level GHC APIs I wonder how it performs when used in JS generated by GHCJS. Does anyone have info about this?

agrafix commented 7 years ago

Sorry for the late reply - the current HEAD has two GHCJS modes, one using the low level GHC APIs and one using native JS objects as records. I would like to do some benchmarks here, but have not gotten to it yet. Would be happy to help if you are interested in trying to do this :)