C-API: Added specialized xml_child_each_attr function to counter perf issue
This commit is contained in:
parent
86ef8053a2
commit
b3a7e39d26
5 changed files with 45 additions and 9 deletions
|
|
@ -59,7 +59,7 @@ Developers may need to change their code
|
|||
|
||||
### Minor features
|
||||
|
||||
* Performance: A change in the `merge` code made "co-located" config and non-config get retrieval go considerable faster.
|
||||
* Performance: A change in the `merge` code made "co-located" config and non-config get retrieval go considerable faster. This is done by a specialized `xml_child_each_attr()` function.
|
||||
* CLI: Added `show statistics` example code for backend and CLI memory stats
|
||||
* [Support yang type union with are same subtypes with SNMP](https://github.com/clicon/clixon/pull/427)
|
||||
* Removed obsolete compile options introduced in 6.1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue