Bo

Results 180 comments of Bo

**Correction**: I was looking at the public domain implementation. The Musl library might be a good option for an `strtod` patch. I'll review it later.

@sunqingyao , Thank you for opening this issue. I was looking at the documentation and you are right, it's missing an overview of the library. The HTML documentation source code...

Hi @beriberikix , Thanks for the question, I wasn't aware of CoAP until you posted this and I'm still reading through the links. From an initial overview, I must admit...

@GuacheSuede , Thank you for your question. At the moment, I don't know. I found the [old lwan TechEmpower benchmarking code](https://github.com/TechEmpower/FrameworkBenchmarks/tree/R13/frameworks/C/lwan), but it seems that [the framework isn't benchmarked anymore](https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/C)....

@GuacheSuede , [the throttling code is here](https://github.com/boazsegev/facil.io/blob/f90953c2f290e17ad7b6d9ad821a7dd39c758c14/lib/facil/http/http1.c#L681-L696). Basically, once the `pipeline_limit` is reached (8 requests), facil.io will stop handling further requests and force the connection to the end of the...

@GuacheSuede , that's a great question. Performance isn't just speed. Security, memory use, energy consumption and development ease are also consideration (IMHO). Honestly, I don't know where I would improve....

@GuacheSuede , P.S. I would point out that on my list of things to do, at the moment, SSL/TLS, HTTP/2 and PostgreSQL integration have a higher priority than most performance...

@GuacheSuede > may I ask what is the current status ? I'm a single person working on this project on my spare time. Things move along at intervals and I...

Hi @yildizsc , Thank you for your feedback and input! I might be able to do better on the 0.8.x version (if I ever get there), but currently even Iodine...

Hi! Very nice smuggling opportunity here if you can get the other layer to ignore this part :) 👏🏻👏🏻👏🏻 The second request issue is a no-brainer **must** fix. But the...