webpack/lib/serialization
Sergey Tatarintsev eeb6e2db17 Improve memory consumption of file middleware
Buffers.concat creates a new buffer. On a large project, when using resolver
cache and pack store, total size of buffer can reach hundreds of megabytes. Use
streaming write instead.
2019-01-14 19:20:28 +01:00
..
BinaryMiddleware.js memorize lazy data on access 2018-12-21 12:05:29 +01:00
ErrorObjectSerializer.js serialize JS Errors 2018-10-25 10:52:33 +02:00
FileMiddleware.js Improve memory consumption of file middleware 2019-01-14 19:20:28 +01:00
MapObjectSerializer.js reorder maps to make binary encoding more efficient 2018-10-30 09:54:47 +01:00
NullPrototypeObjectSerializer.js allow serializing of objects with null prototype 2018-12-25 22:08:35 +01:00
ObjectMiddleware.js allow serializing of objects with null prototype 2018-12-25 22:08:35 +01:00
PlainObjectSerializer.js add persistent caching prototype 2018-10-17 21:25:39 +02:00
RegExpObjectSerializer.js add serializer for RegExp 2018-10-18 12:44:38 +02:00
Serializer.js Remove unneeded intermediate objects 2018-11-02 11:57:42 +01:00
SerializerMiddleware.js add persistent caching prototype 2018-10-17 21:25:39 +02:00
SetObjectSerializer.js add persistent caching prototype 2018-10-17 21:25:39 +02:00
TextMiddleware.js add persistent caching prototype 2018-10-17 21:25:39 +02:00