Simon Cruanes
Simon Cruanes
Fair point, but retrocompatibility seems to indicate it won't be possible to have a consistent state any time soon…
It seems like this improves a bit latency and throughput, depending on the pool size. It should be better with multicore (and proper atomics!), and it's also less brutal on...
That's a good question. The issue with the open type is, of course, that we lose all exhaustiveness checks (so you risk meeting an error at runtime). Passing an `extension_handler`...
I think it's doable, but with some effort. The immediate idea that springs to mind is that `PrintBox_text` would have to _update_ cells that are on boxes' borders, rather than...
In #19 we got nice unicode boxes, but it didn't add a _customizable_ set of box edges. The main function is: ```ocaml type display_conn_basic = { mutable left: bool; mutable...
You're not missing anything, this is really just the httpd part. I think it'd be interesting, maybe, to build a higher-level library on top of it to handle sessions, etc....
It's already released, look on opam :). - I thought multipart was a nightmare to parse, but I'd be curious to see your code. I still think it belongs in...
I think it's probably overkill. I like the simplicity of current's structure :), and that it's easy to give a list of pairs. I might be amenable to `string Map.Make(String).t`...
Note: a good thing is that it seems that memory usage remains constant (low) under benchmark with `wrk`.
The readme should probably indicate what license it is (MIT, like minisat?).