Skip to content

Replacing querystring with fast-querystring #4990

@anonrig

Description

@anonrig

I've been working on a fast querystring parser for Node.js and saw that Express.js is using the native querystring module. As of right now, fast-querystring is 40% faster than querystring.

var querystring = require('querystring');

Here's an example of a benchmark of Nest.js with replacing fast-querystring and having a 25% op/sec increase with an old version of fast-querystring. - nestjs/nest#10248 (comment)

I'd be happy to open a pull request, but before that, I wanted to create an issue and have a discussion about it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions