fast-http 是 Common Lisp 语言实现的快速 HTTP 请求和响应的协议解析库,大部分移植自 C 语言版本的 http-parser.
fast-http 的性能比较:
http-parser: An HTTP Parser for Node.js
NOTE: Deleted PicoHTTPParser because the benchmark was wrong. It's 3.7 times faster than fast-http. Amazing.
详情
开源项目-bnkamalesh-benchmark.zip,[feedback/review] A simple library I wrote to benchmark HTTP APIs for myself, but can benchmark any function. I'd love to know what you guys think.