Attribute Parser

  • + 0 comments

    On second thought, a vector would probably be better here because the head to tail to traversal would have better locality. However, this would come with the downside that push_back would be only amoritized O(1) instead of strict O(1) unless capacity can be guessed from the maximum nesting level of tags (+1 for the attribute)