Replies: 1 comment 1 reply
-
|
Perhaps more importantly why were the _bin functions removed? We were definitely under the impression that if we stuck to binary as much as possible, rather than constantly parsing strings, that we should expect better performance. So does this mean that we are stuck parsing string data at every turn now? FWIW, the API size args that changed meaning from bytes to bits, then the API functions removed, binary formats left but returned (thanks); I wish the benefits were more obvious for having to adjust to all this API churn -- other than we must adapt if we want to get bug-fixes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The transition manual does not cover some of the breaking ABI changes that have occurred in libyang 5.x after 5.0, such as removing the
LYD_ANYDATA_VALUEunion (2f58b41), or removing thelyd_new_term_bin()function to add a new terminal node with LYB formatted data (ae63fde). Can this please be updated?Beta Was this translation helpful? Give feedback.
All reactions