multipart-parser
A fast and streaming multipart parser.
Last updated 14 years ago by felixge .
Repository · Original npm · Tarball · package.json
$ cnpm install multipart-parser 
SYNC missed versions from official npm registry.

multipart-parser

A fast and streaming multipart parser.

Is it any good?

No, this is still being developed.

Is it fast?

Yes. According to the benchmark suite shipped with this parser, it is on par with existing implementations, and can easily exceed typical disk/storage throughputs.

$ node --version
v0.4.12
$ node benchmark/benchmark.js -r 100
Options:
  Entity Size         : 10 mb
  Chunk Size          : 32 kb
  Runs                : 100
  Iterations per run  : 10

....................................................................................................
Benchmark took: 33.8 seconds

formidable: 740.47 mb/sec (95% of 1000 iterations)
multipart_parser: 846.75 mb/sec (95% of 1000 iterations)
$ node --version
v0.5.10-pre
$ node benchmark/benchmark.js -r 100
Options:
  Entity Size         : 10 mb
  Chunk Size          : 32 kb
  Runs                : 100
  Iterations per run  : 10

....................................................................................................
Benchmark took: 33.4 seconds

formidable: 775.19 mb/sec (95% of 1000 iterations)
multipart_parser: 934.58 mb/sec (95% of 1000 iterations)

Is it secure?

Blah.

Is it compliant?

Blah.

Is it user friendly?

Blah.

License

TBD

Current Tags

  • 0.0.2                                ...           latest (14 years ago)

2 Versions

  • 0.0.2                                ...           14 years ago
  • 0.0.1                                ...           14 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (0)
None
Dev Dependencies (4)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |