-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
northbound: refactor infrastructure for operational-data retrieval
Replace the `get_element` callback by the `get_object` callback, which returns an entire YANG object (container or list) at once. The returned YANG objects are auto-generated structs with typed fields, ensuring compile-time checks. This refactor brings significant optimizations, improving performance in operational data retrieval by approximately 90%. Additionally, it includes several simplifications and enhancements to the API for improved maintainability. Signed-off-by: Renato Westphal <[email protected]>
- Loading branch information
Showing
36 changed files
with
4,452 additions
and
8,552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.