Skip to content

Extending pugixml (xml_node) functionality for another library #680

Answered by zeux
aral-matrix asked this question in Q&A
Discussion options

You must be logged in to vote

As I noted in my previous comments, exposing internal details is a problem for binary (and interface) compatibility, so no, I'm not willing to do that.

I've looked at OpenXSLSX source briefly and I don't fully understand why "by type" functionality is particularly interesting; a few loops of that nature seem like they could just be replaced by the usual iterations without changing the semantics. When that's not the case, I'm very skeptical that a single call to .type() in the loop body per iteration is material for performance on top of everything else that happens in the code. In principle I'm not opposed to some sort of addition there if it's minimal, but I don't fully understand the us…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@aral-matrix
Comment options

@zeux
Comment options

zeux Jul 15, 2025
Maintainer

@aral-matrix
Comment options

@zeux
Comment options

zeux Jul 16, 2025
Maintainer

Answer selected by aral-matrix
@aral-matrix
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants