serialization icon indicating copy to clipboard operation
serialization copied to clipboard

GHCJS benchmarks / support

Open tysonzero opened this issue 7 years ago • 1 comments

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.

tysonzero avatar Oct 17 '18 21:10 tysonzero

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

tittoassini avatar Nov 06 '18 10:11 tittoassini