Live data from Hacker News

Viewing profile — rzidane

rzidane

HN member
Joined
Tue, Mar 05, 2013, 6:24 AM UTC
HN karma
5
Public activity
3 items

About rzidane

No profile information was provided.

Recent public activity

  1. comment
    Comment #5462215

    Both Netty and Play use Jackson though one the Netty version uses a single ObjectMapper and the Play version uses a new ObjectNode per request (created through Play's Json library)…

  2. comment
    Comment #5459137

    Why would the JSON serialization test perform so poorly though?

  3. comment
    Comment #5323249

    I read the performance analysis comparing it to Go, Erlang etc. Has any comparison been made with Akka ( http://akka.io )? How much would this extra efficiency matter when the comm…