Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 712 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 712 Bytes

This is the implementation of an Http server using [wizzardo-http][wizzardo-http] with Haskell callbacks using inline-java.

Furtheremore, an experimental interface of inline-java is used, where -XLinearTypes ensures references to Java objects are handled correctly on the Haskell side.

A copy of this code is kept in https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Haskell/wizzardo-inline

The instruction to run the benchmarks can be found in https://github.com/TechEmpower/FrameworkBenchmarks