haskell-perf / serialization

A micro-benchmark that compares some Haskell serialization libraries
Other
44 stars 11 forks source link

GHCJS benchmarks / support #15

Open tysonzero opened 6 years ago

tysonzero commented 6 years ago

One very useful application of these serialization libraries is to send data between Haskell servers and Haskell/GHCJS browser clients. It would be nice to see how they perform in GHCJS / whether or not they work.

I'm assuming that Multi-Language should be safe, and Haskell should be fairly safe, but Haskell-Same-Architecture clearly not.

Besides this issue flat seems to work ok in GHCJS for example.

tittoassini commented 6 years ago

I had a quick look, but it seems quite difficult to compile the benchmark and all the serialisation libraries under ghcjs.