]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 26 Oct 2020 00:16:37 +0000 (01:16 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 26 Oct 2020 00:16:37 +0000 (01:16 +0100)
commit28e43f7a80a1135c9bc4d1b1a0d3dd991cc809f6
tree444662b78d2dbfcaea114b0ba3ae8e93ca293213
parent5334882c200176bf3d9d187d360f2a97afb99e12
Continued:
- Let's keep nodeInstance as a class field to avoid tons of invocations of the
  factory method. It is a bit of a trade-off, as the memory foot-print may
  raise but so does performance and invocations may lower resulting in better
  performance.

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/handler/class_BaseHubHandler.php
application/hub/classes/handler/package/class_NetworkPackageHandler.php