jonhoo / volley

Volley is a benchmarking tool for measuring the performance of server networking stacks.
MIT License
122 stars 12 forks source link

Other languages? #12

Open barosl opened 9 years ago

barosl commented 9 years ago

It would be interesting to see the results from other language implementations, such as Haskell, D, Nim, Crystal, or even LuaJIT. I'd like to send the source code for the servers myself, but I'm not sure if testing languages other than C, Rust, and Go is part of the intended coverage. What do you think of this?

jonhoo commented 9 years ago

I would love to see servers written in other languages too! @davidlazar has already said he might write a Haskell server, but any and all other languages would be welcome!

I imagine that this repo might serve a dual purpose -- both to measure the performance overhead of different languages, and to show the canonical and/or optimized way to implement a network server in each language.