Konstantin A. Olkhovskiy
Konstantin A. Olkhovskiy
Hm, isn't that option nearly guaranteed to not escape the minor heap? In this case allocation will only cost as much as addition to machine word in memory (which will...
I've ran some benchmarks with httpaf (while troubleshooting [httpaf/139](https://github.com/inhabitedtype/httpaf/issues/139)) and looks like this PR does not introduce a slowdown, but actually improves performance a bit. Also it fixes the stack...
Sorry for poorly presented benchmark results, columns are megabytes per second, as reported in curl output (columns "Average Dload" or "Speed Upload"). "patched" is this PR, "vanilla" is e82d6a0. I've...
+1 2015-07-02 21:45 GMT+03:00 wonder-mice [email protected]: > Hi, I'm going to write CMakeLists.txt for http-parser to use it in my > project. > I could put a bit more effort...
Hey @yallop , is this still not supported? I'm getting the following type error, and I'm not sure if it's related to some of my issues in the code, or...
Yeah, just figured it out myself, got confused in modules and was using `F.funptr`. Thanks! One side question: Does `Foreign.funptr` cause libffi kicking in somewhere? I've looked at the generated...
Looking at the PR and codebase of Async and Lwt wrappers I'm a bit confused on why Async and Lwt backends are so different. Async backend wraps `rd_kafka_consumer_poll` while it's...
@avsm any thoughts on this? We are forced to vendor ocaml-uri and adjust encoding for our business needs, which is something we try to avoid if at all possible. I'm...
@tmcgilchrist we ended up working around this in other services so that URI encodings are compatible (we had hand-rolled encodings there anyways), that was easier than maintaining an internal fork.
There is also missing support for IPv4. Just stumbled upon this type in my CH database and RClickhouse refused to select it...