mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
e1dbb95396
Fixes #85 As well as adding deep-clone (via the new dependency on the 'clone' module), we no longer clone the message if there is a single recipient. This makes simple node-to-node flows more efficient. I've done some simple profiling using process.hrtime to time how long the Node.send function takes, and at best, this change is neutral to performance. |
||
---|---|---|
.. | ||
storage | ||
events.js | ||
library.js | ||
nodes.js | ||
red.js | ||
server.js | ||
ui.js |