kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

Minimize IO and latency by fetching `Switch` and `Interface` that are already loaded #9

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Minimize IO and latency by fetching Switch and Interface that are already loaded.

Via requests are OK too, but since we're already paying the cost with the topology loaded in memory and shared in core controller then, the lookups should be in memory as we've been using in other NApps.