rsnext/packages/next/next-server
Shu Ding 241a916e03
Improve image optimizer to only create 1 worker thread (#23188)
As stated in #23157, this PR merges all the operations into 1 worker thread (`processBuffer` in `impl.ts`) and only pass a list of operation names and args into the worker. This should improve the speed and memory usage of next/image.

Fixes #23157. X-ref: #22925.
2021-03-18 15:51:36 +00:00
..
lib Dedupe in-flight server data requests (#22781) 2021-03-05 17:16:02 +00:00
server Improve image optimizer to only create 1 worker thread (#23188) 2021-03-18 15:51:36 +00:00