immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
ikitommi 2018-02-05T19:42:52.000537Z

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

ikitommi 2018-02-05T19:45:11.000387Z

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

ikitommi 2018-02-05T19:50:31.000348Z

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

ikitommi 2018-02-05T19:53:37.000645Z

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

2018-02-05T22:20:59.000505Z

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

2018-02-05T22:21:11.000018Z

@ikitommi ^