Viewing profile — rzidane
rzidane
HN member- Joined
- Tue, Mar 05, 2013, 6:24 AM UTC
- HN karma
- 5
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About rzidane
No profile information was provided.
Recent public activity
-
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)…
-
comment
Comment #5459137
Why would the JSON serialization test perform so poorly though?
-
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…