anmonteiro / aws-lambda-ocaml-runtime

An OCaml custom runtime for AWS Lambda and Vercel
BSD 3-Clause "New" or "Revised" License
207 stars 8 forks source link

Use a persistent TCP connection for issuing HTTP requests to the runtime #33

Closed anmonteiro closed 5 years ago

anmonteiro commented 5 years ago

This results in a 20-25% speedup for the simplest case and helps the runtime break the 1ms execution barrier