Azure / azure-functions-nodejs-worker

The Node.js worker for the Azure Functions runtime - https://functions.azure.com
MIT License
105 stars 44 forks source link

Add support for shared memory data transfers #387

Open mhoeger opened 3 years ago

mhoeger commented 3 years ago

Need to take advantage of Gohar's changes that enable shared memory transfer. https://github.com/Azure/azure-functions-host/issues/6791

This will greatly improve performance for large trigger/binding data payloads.

Addresses: https://github.com/Azure/azure-functions-nodejs-worker/issues/296

mhoeger commented 3 years ago

See python implementation: https://github.com/Azure/azure-functions-python-worker/pull/816/files