mscdex / dicer

A very fast streaming multipart parser for node.js
MIT License
186 stars 36 forks source link

Benchmark results don't mention multipart-parser #8

Open ronkorving opened 9 years ago

ronkorving commented 9 years ago

It might be nice to add a comparison to multipart-parser, which is a lot older but also claims insane speeds.

mscdex commented 9 years ago

IIRC that's more or less what is used in formidable/multiparty, just parted out into its own module.

ronkorving commented 9 years ago

I wasn't aware of that, thanks for explaining. Perhaps the benchmark page does deserve an update though? It's 2015 :)

mscdex commented 9 years ago

I suppose so, but AFAIK the underlying algorithms haven't really changed in dicer, multiparty, or formidable. I'm not sure about the other modules.