Fork me on GitHub
#immutant
<
2018-02-05
>
ikitommi19:02:52

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

ikitommi19:02:11

running a simple bench with wrk on my macbook pro, I get 92k json responses per sec compared to old 82k.

ikitommi19:02:31

comments welcome, here are the changes: https://github.com/ikitommi/immutant/pull/1

ikitommi19:02:37

would be a breaking change as all the extensions would break.

tcrawley22:02:59

Neato! Looks interesting. What do you mean by "all the extensions would break"?