Files
node/lib
Manuel Valls 27def4faf2 querystring: use String.prototype.split's limit
There's no need to add extra logic for it, `String.prototype.split`
already has a `limit` argument. By using this argument we avoid keeping
the whole array in memory, and V8 doesn't have to process the entire
string.

PR-URL: https://github.com/nodejs/node/pull/2288
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
2016-01-31 17:30:06 +01:00
..
2016-01-16 19:54:25 +01:00
2015-10-08 17:32:08 -07:00
2016-01-26 20:53:05 +01:00
2016-01-16 19:54:25 +01:00
2016-01-23 19:44:08 +01:00
2016-01-07 03:39:15 -05:00
2016-01-30 17:53:55 -06:00
2015-12-25 13:05:23 -08:00
2015-06-11 20:24:44 +02:00
2016-01-16 19:54:25 +01:00
2015-12-25 13:05:23 -08:00
2015-01-31 23:47:29 -05:00