naushadh dc82e002f8 Improve Fortunes bench performance for Servant (#4553) 6 rokov pred
..
src dc82e002f8 Improve Fortunes bench performance for Servant (#4553) 6 rokov pred
README.md 96c57363af Add new servant benchmark: mysql-haskell (#4550) 6 rokov pred
servant-mysql-haskell.cabal dc82e002f8 Improve Fortunes bench performance for Servant (#4553) 6 rokov pred

README.md

Servant + mysql-haskell

This test uses MySQL via the mysql-haskell library.

Since both the server and the database clients are written in pure haskell, this implementation should easily beat libpq/libmysql dependent implementations without the overhead of foreign function calls.