Hi. I forked Immutant and did small perf refactor: * Protocols instead of Multimethods / custom functions * Direct support for bytearrays and ByteBuffers * Real zero-copy requests * Small tweeks
running a simple bench with wrk
on my macbook pro, I get 92k json responses per sec compared to old 82k.
comments welcome, here are the changes: https://github.com/ikitommi/immutant/pull/1
would be a breaking change as all the extensions would break.
Neato! Looks interesting. What do you mean by "all the extensions would break"?